Skip to content
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

hyper 0.3.5 is looping #406

Closed
mikedilger opened this issue Mar 30, 2015 · 1 comment · Fixed by #407
Closed

hyper 0.3.5 is looping #406

mikedilger opened this issue Mar 30, 2015 · 1 comment · Fixed by #407
Labels
A-server Area: server. C-bug Category: bug. Something is wrong. This is bad!

Comments

@mikedilger
Copy link
Contributor

handle() is being called repeatedly on just 1 request until some resource becomes exhausted and response.start() fails. 0.3.4 worked fine. I'll post more details once I look into the code.

@mikedilger
Copy link
Contributor Author

This commit is the culprit: cb59f60
fix(http): read more before triggering TooLargeError

I wont try to fix, I'll leave it for you Sean as you're more familiar with what you just did.

To test, the client that makes the server loop is a GET request via this firefox extension: http://www.restclient.net/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-server Area: server. C-bug Category: bug. Something is wrong. This is bad!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants