| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Not sure exactly how corking a http2 stream works. Would that cork other responses as well? Or does the multiplexing happen on a lower level? |
Sorry, something went wrong.
|
multiplexing happens on the native layer. corking an Http2Stream has no impact on any other Http2Stream instances. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, but this needs a rebase
Sorry, something went wrong.
Sorry, something went wrong.
|
Sorry, there is a test failure. Right now I can't build node due to: No Xcode or CLT version detected! I'll fix this once I've figured out how to build Node again. |
Sorry, something went wrong.
Sorry, something went wrong.
|
rebased |
Sorry, something went wrong.
Sorry, something went wrong.
|
Test failures in test-http-response-cork: NaN !== undefined
at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/nodes/alpine-latest-x64/test/parallel/test-http-response-cork.js:15:10) |
Sorry, something went wrong.
|
Hm, that was a minor bug in Duplex. Resolved as well. @Trott |
Sorry, something went wrong.
Sorry, something went wrong.
|
@nodejs/http This could use more reviews. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM but I’d put the _stream_duplex.js changes in a separate commit (while landing)
Sorry, something went wrong.
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
Sorry, something went wrong.
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #29053 Reviewed-By: Anna Henningsen <anna@addaleax.net>
| Back | FazBrowse Home | New Git URL |
Implements cork/uncork on OutgoingMessage to make it more streamlike.
Checklist