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

Revert "fix(server): Drain requests on drop." #318

Merged
merged 1 commit into from
Feb 14, 2015

Conversation

reem
Copy link
Contributor

@reem reem commented Feb 14, 2015

Reverts #310

This is not a good idea, since it means that the request will be read in its entirety no matter what, which is very much not a desirable property for many servers.

@reem reem force-pushed the revert-310-server-request-drop branch from 3b02168 to 783abab Compare February 14, 2015 23:15
reem added a commit that referenced this pull request Feb 14, 2015
Revert "fix(server): Drain requests on drop."
@reem reem merged commit e623cab into master Feb 14, 2015
@reem reem deleted the revert-310-server-request-drop branch February 14, 2015 23:38
@mneumann
Copy link

@reem: How about rather closing the connection on drop unless the read was fully exhausted? That should be safe.

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