Uh oh!
There was an error while loading. Please reload this page.
stream: add readableDidRead - #36820
Closed
ronag wants to merge 3 commits into
Closed
Conversation
mscdex
reviewed
Jan 6, 2021
Uh oh!
There was an error while loading. Please reload this page.
mscdex
reviewed
Jan 6, 2021
Uh oh!
There was an error while loading. Please reload this page.
mscdex
reviewed
Jan 6, 2021
Uh oh!
There was an error while loading. Please reload this page.
ronag
marked this pull request as draft
January 6, 2021 21:40
ronagforce-pushed
the
http-manualStart
branch
3 times, most recently
from
January 6, 2021 22:32
36596e7 to
823908dCompare
This comment has been minimized.
This comment has been minimized.
ronagforce-pushed
the
http-manualStart
branch
2 times, most recently
from
January 6, 2021 22:42
eae9165 to
f89ab33Compareronag
marked this pull request as ready for review
January 6, 2021 22:44
ronag
marked this pull request as draft
January 6, 2021 22:59
nodejs-github-bot
commented
Jan 6, 2021
Collaborator
ronag
marked this pull request as ready for review
January 6, 2021 23:08
ronag
commented
Jul 8, 2021
MemberAuthor
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jul 14, 2021
Collaborator
benjamingr
approved these changes
Jul 14, 2021
ronag added a commit
that referenced
this pull request
Jul 14, 2021
Adds readableDidRead to streams and applies usage to http, http2 and quic. PR-URL: #36820 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
ronag
commented
Jul 14, 2021
MemberAuthor
Landed in 8306051 |
targos pushed a commit
that referenced
this pull request
Jul 17, 2021
Adds readableDidRead to streams and applies usage to http, http2 and quic. PR-URL: #36820 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Merged
targos
commented
Jul 27, 2021
Member
Is it intended to be public API? In that case it should be documented and this PR is semver-minor. |
targos
commented
Jul 29, 2021
Member
@ronag ^ |
MemberAuthor
Added don't land tags for now due to ongoing discussions. |
targos
commented
Aug 22, 2021
Member
Where are the discussions happening? |
targos
commented
Aug 22, 2021
Member
Oh I see, it was reverted and implemented differently in #39589 |
2 tasks
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.
Adds readableDidRead to streams and applies usage to http.