| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
can we fast track this? I'd like to see it land in the upcoming 13.11.0 release @ronag looks like this needs a rebase |
Sorry, something went wrong.
|
rebased @MylesBorins |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
A test that has a Duplex piping back in to itself would be good also
Sorry, something went wrong.
There was a problem hiding this comment.
I suppose this is a nit? Since we might want to fast-track this would you mind if I do so in a follow up PR later?
Sorry, something went wrong.
|
@ronag fwiw you can't approve fastrack on your own PR |
Sorry, something went wrong.
Np, I was +1 the rebase part of your comment. I'll remove my +1. |
Sorry, something went wrong.
|
+1 to fast tracking |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm and +1 to fast track
Sorry, something went wrong.
Sorry, something went wrong.
|
@ronag FWIW this patch is not going to land cleanly on v13.x. You might want to get started on a backport now if you have time. very much trying to get this out in today's release. |
Sorry, something went wrong.
Sorry, something went wrong.
User might still want to be able to use the writable side of src. This is in the case where e.g. the Duplex input is not directly connected to its output. Such a case could happen when the Duplex is reading from a socket and then echos the data back on the same socket. Fixes: nodejs@4d93e10#commitcomment-37751035
|
Fixed conflicts |
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/29762/ |
Sorry, something went wrong.
Sorry, something went wrong.
User might still want to be able to use the writable side of src. This is in the case where e.g. the Duplex input is not directly connected to its output. Such a case could happen when the Duplex is reading from a socket and then echos the data back on the same socket. PR-URL: #32198 Refs: 4d93e10#commitcomment-37751035 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
User might still want to be able to use the writable side of src. This is in the case where e.g. the Duplex input is not directly connected to its output. Such a case could happen when the Duplex is reading from a socket and then echos the data back on the same socket. Backport-PR-URL: #32212 PR-URL: #32198 Refs: 4d93e10#commitcomment-37751035 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
| Back | FazBrowse Home | New Git URL |
User might still want to be able to use the writable side
of src. This is in the case where e.g. the Duplex input
is not directly connected to its output. Such a case could
happen when the Duplex is reading from a socket and then echos
the data back on the same socket.
Fixes: 4d93e10#commitcomment-37751035
Checklist