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

Responses with more than the buffer break #251

Closed
zanker opened this issue Sep 3, 2015 · 1 comment
Closed

Responses with more than the buffer break #251

zanker opened this issue Sep 3, 2015 · 1 comment

Comments

@zanker
Copy link
Contributor

zanker commented Sep 3, 2015

If we get more than the buffer size of data (16,384), it appears HTTP freezes and just time outs rather than returning everything. It was easy enough to test with a server echoing what you sent it:

HTTP.post("http://foobar.com", "A" * 17_000) and it'll time out (when enabled). Need to dig into this more

@tarcieri
Copy link
Member

tarcieri commented Sep 7, 2015

Fixed in #251

@tarcieri tarcieri closed this as completed Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants