-
Notifications
You must be signed in to change notification settings - Fork 10.3k
MemoryPoolHttpResponseStreamWriterFactory throws ArgumentNullException #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the thorough report. Do you have any code that messes with @CesarBS @halter73 @Tratcher seen anything as spooky as this before? The |
Could be the Kestrel response body reset bug fixed in 1.0.1. aspnet/KestrelHttpServer#1028 |
Move Cpp Client to main repo (#1703)
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have an exception which is thrown by AspNet code which I am not able to reproduce sistematically:
This seems to happen when the client is a browser (it happened using Angular2). With Postman or HttpClient I was not able to reproduce the issue.
The same angular2 app, running with Charles (https://www.charlesproxy.com/) active, is not affected by this problem.
This is the request sent without Charles:
This is the request sent with Charles:
As you can see the only significant difference is that when it throws exception, the client sends also the Connection:keep-alive header. It might be also a problem related to CORS since we are doing cross domain requests and we never reproduced the error with non-browser clients
I am using the following packages and the application is running self-hosted on windows 10 (64bit)
Do you have ideas about the cause of the issue?
Thanks in advance
The text was updated successfully, but these errors were encountered: