Skip to content

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

Merged
reem merged 1 commit intomasterfrom
revert-310-server-request-drop
Feb 14, 2015
Merged

Revert "fix(server): Drain requests on drop."#318
reem merged 1 commit intomasterfrom
revert-310-server-request-drop

Conversation

@reem
Copy link
Copy Markdown
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
Copy Markdown

@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