Uh oh!
There was an error while loading. Please reload this page.
http: refactor keep alive - #28700
Closed
ronag wants to merge 1 commit into
Closed
Conversation
ronagforce-pushed
the
http-refactor-keep-alive
branch
5 times, most recently
from
July 15, 2019 17:46
71d9bb8 to
6e0f839Compareronag
commented
Jul 18, 2019
MemberAuthor
ping @benjamingr |
benjamingr
approved these changes
Jul 18, 2019
benjamingr
left a comment
Member
There was a problem hiding this comment.
This is definitely a readability improvement IMO and it makes more sense for the destroySoon stuff to happen in the responseEnd and not responseKeepAlive method.
Thanks for this 🙏
trivikr
approved these changes
Jul 18, 2019
Trott
commented
Jul 18, 2019
Member
@nodejs/http While not strictly necessary, another review or two here would be good. |
mcollina
commented
Aug 28, 2019
Member
This would need a rebase. |
nodejs-github-bot
commented
Aug 28, 2019
Collaborator
ronagforce-pushed
the
http-refactor-keep-alive
branch
2 times, most recently
from
August 28, 2019 08:48
350b4d7 to
625a60aCompareronag
commented
Aug 28, 2019
MemberAuthor
rebased |
mcollina
commented
Aug 30, 2019
Member
mcollina
commented
Sep 8, 2019
Member
Unfortunately it needs another rebase :( |
ronag
commented
Sep 8, 2019
MemberAuthor
Rebased |
ronagforce-pushed
the
http-refactor-keep-alive
branch
from
September 8, 2019 14:54
625a60a to
51b9daaComparenodejs-github-bot
commented
Sep 8, 2019
Collaborator
mcollina
commented
Sep 8, 2019
Member
mcollina
commented
Sep 10, 2019
Member
CITGM is ok. |
jasnell
approved these changes
Sep 11, 2019
nodejs-github-bot
commented
Sep 12, 2019
Collaborator
mcollina
commented
Sep 13, 2019
Member
There seems to be CI failures on specific environments... cc @Trott. |
nodejs-github-bot
commented
Sep 13, 2019
Collaborator
Trott
commented
Sep 16, 2019
Member
Landed in 627bb6b |
Trott pushed a commit
that referenced
this pull request
Sep 16, 2019
This tries to simplify the code and make it easier to understand. Took me a while to get my head around the previous implementation. Also minor perf improvement. PR-URL: #28700 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit
that referenced
this pull request
Sep 20, 2019
This tries to simplify the code and make it easier to understand. Took me a while to get my head around the previous implementation. Also minor perf improvement. PR-URL: #28700 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Merged
BridgeAR pushed a commit
that referenced
this pull request
Sep 25, 2019
This tries to simplify the code and make it easier to understand. Took me a while to get my head around the previous implementation. Also minor perf improvement. PR-URL: #28700 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Sep 25, 2019
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This tries to simplify the code and make it easier to understand. Took me a while to get my head around the previous implementation.
Also minor perf improvement.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes