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

fix(response): prevent keep-alive if the Request had a body #327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ryman
Copy link
Member

@Ryman Ryman commented Apr 10, 2016

This puts a bandaid on #326. A more complete fix will require
some shuffling of the api exposed by Request so that we can
monitor for when the body has been fully read (or read up to
a defined limit).

This puts a bandaid on nickel-org#326. A more complete fix will require
some shuffling of the api exposed by Request so that we can
monitor for when the body has been fully read (or read up to
a defined limit).
@Ryman
Copy link
Member Author

Ryman commented Apr 10, 2016

Looks like Rust 1.6 is new minimum due to url bumping to new uuid version (which added no_std support). Will update the PR if this fix is desired. EDIT: Merged another PR to fix that

@homu
Copy link
Contributor

homu commented Jul 9, 2016

☔ The latest upstream changes (presumably ad10ec2) made this pull request unmergeable. Please resolve the merge conflicts.

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

Successfully merging this pull request may close these issues.

2 participants