Hi.
I ran into an amusing error that seems to be 10.8 related. When receiving callbacks in the CheckouHandler.HandleRequest method I got an exception that there is an "Invalid ascii character in header" which crashed the site. This only happened in my local dev environment and it started seemingly out of nowhere when everything had been working fine before. I debugged it and since it was only local with the same code that runs on our test and prod environments I thought it could be a server issue so I switched from Kestrel to httpsys and voilà it started working again. I didn't think much of it until some days later, having switched back to Kestrel for other development, the error was gone. I realised that I had been trying different versions of DW going from 10.7 -> 10.8 and back. So I kept everything else the same and only changed the DW versions and the crash only happened when using DW 10.8 (tested for both 10.8.0 and 10.8.1) in combination with Kestrel.
So maybe not a very important error but I found it quite funny!
BR, Jóhannes