Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphttp: simplify drain #29081
Conversation
nodejs-github-bot
added
the
lib / src
label
Aug 11, 2019
This comment has been minimized.
This comment has been minimized.
|
I think we should be using a symbol instead of an underscore-prefixed property. |
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
from
078268c
to
054d050
Aug 11, 2019
This comment has been minimized.
This comment has been minimized.
|
@mscdex: fixed |
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
7 times, most recently
from
e82d80e
to
a6486de
Aug 11, 2019
mscdex
reviewed
Aug 11, 2019
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
4 times, most recently
from
e9184d5
to
35ba9c3
Aug 11, 2019
mscdex
reviewed
Aug 11, 2019
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
3 times, most recently
from
2a6fb63
to
41a0458
Aug 12, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@ronag Can you give this a rebase to get rid of the conflicts? @nodejs/collaborators @nodejs/streams This could use some reviews. |
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
from
41a0458
to
dcca00f
Aug 17, 2019
This comment has been minimized.
This comment has been minimized.
|
@Trott fixed |
ronag
force-pushed the
nxtedition:http-simplify-drain
branch
from
dcca00f
to
73e760f
Aug 17, 2019
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Landed in bdf07f4 |
Trott
closed this
Aug 19, 2019
Trott
added a commit
that referenced
this pull request
Aug 19, 2019
targos
added a commit
that referenced
this pull request
Aug 20, 2019
This was referenced Aug 20, 2019
Trott
added
dont-land-on-v10.x
dont-land-on-v8.x
labels
Aug 21, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
JeniaBR
added a commit
to JeniaBR/node
that referenced
this pull request
Sep 11, 2019
Sign up for free
to 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.
ronag commentedAug 11, 2019
•
edited
Simplify and slightly optimize draining outgoing http streams.
Avoid extra event listener and inline with rest of the drain logic.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesNOTE TO SELF: After this is merged add
destroyedand ensure'drain'is not emitted afterdestroy(). Also look into removing unnecessary flush class in write.