-
Notifications
You must be signed in to change notification settings - Fork 54
Error: Server cannot append header after HTTP headers have been sent #13
Comments
This is related to OWIN: http://katanaproject.codeplex.com/discussions/540202 According to them, it is fixed in .NET 4.6, but I will see if I can find a workaround for this version. |
solution for this? |
👍 |
(bump) |
So. This will be solved by downloading an extra package that contains a special |
I have a somewhat strange setup using Owin + Identity + The current workaround is to disable compression for these methods which isn't a big deal. It just took many hours of detective work to figure out this module was the cause 🔍 😦 |
After some tests with turned on GZip compression I found what CompressionHandler generate this exception. An exception occurs most often during server get unauthorized requests and sometimes during authorized.I use ordinary OWIN OAuth. Exception also occurs when I send request to auth /token endpoint. I attached screenshot of stack trace(begin of it). Please, help with problem
The text was updated successfully, but these errors were encountered: