You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
corruption The GET method here is invalid. Instead of being 'GET', it is '\r\nGET'
From the behavior, I'm assuming that you are reading the remains of the previous request.
Repro code is here: https://gist.github.com/ayende/989682910c8312629473
This is against "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
I tried to test against the current dev branch, but I couldn't build it properly (I'll create another issue about that).
A sequence of two requests (sequential, not concurrency involved) will cause Kestrel to generate invalid HTTP method for the 3rd request.
From the behavior, I'm assuming that you are reading the remains of the previous request.
Repro code is here: https://gist.github.com/ayende/989682910c8312629473
This is against "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
I tried to test against the current dev branch, but I couldn't build it properly (I'll create another issue about that).