-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Lingering close in ServerHttpProtocol (was #927) #1050
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 tasks
Current coverage is 97.24% (diff: 85.71%)@@ master #1050 diff @@
==========================================
Files 28 28
Lines 6518 6530 +12
Methods 0 0
Messages 0 0
Branches 1099 1102 +3
==========================================
- Hits 6362 6350 -12
- Misses 83 90 +7
- Partials 73 90 +17
|
Hello, thanks for the rewrite. |
Now the patch is out of sync with master. |
Superseeded by #1478 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuation of #927
What do these changes do?
Hello,
Quoting RFC 7230 :
This is a tentative implementation of a lingering close inspired by those nginx settings
Are there changes in behavior for the user?
The typical use case where the absence of lingering close is worrisome in our application is :
It is our experience that some HTTP clients behave badly in front of "early" responses. We believe that having lingerings closes is correct and we are currently investigating how much it will help in practice.
Checklist