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
Hanging POST requests with no data (potential for DDOS) #1331
Comments
Using 5.0.0-beta2 by the way |
I can't reproduce this issue. Does this happen with every app, and with every URL endpoint? If not, what is the specific app/endpoint doing? When it hangs indefinitely, can you show me what |
The issue occurs both with my app and with this minimal example (with 5.0.0.beta2 specified). It can occur at any endpoint and the request never hits the actual application. Encountered this on both my development machine and Heroku. Here is the
|
Yes, problem reproduced. Thank you. |
Also closes GH-1331, but in a better way than the previous fix.
The text was updated successfully, but these errors were encountered: