| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
added writableHighWaterMark, writableLength, and writableFinished properties with test. Refs: nodejs#29829
| } | ||
|
|
||
| get writableFinished() { | ||
| return this[kStream].writableFinished; |
There was a problem hiding this comment.
I suspect this will need a special case and test for state.headRequest.
Sorry, something went wrong.
There was a problem hiding this comment.
Though I think headRequest is slightly broken or maybe I don't understand it. There is special handling for it in Http2ServerResponse.end() but not in Http2ServerResponse.write()? Not sure who is a good ping there. @jasnell?
Sorry, something went wrong.
There was a problem hiding this comment.
EDIT: please create an issue if landing this PR without resolving this.
Issue: #33543
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, added a comment for state.headRequest but I would be fine with sorting that out in a follow up PR if it is difficult to resolve.
EDIT: please create an issue if landing this PR without resolving this.
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
Sorry, something went wrong.
added writableHighWaterMark, writableLength, and writableFinished properties with test. Refs: nodejs#29829 PR-URL: nodejs#33506 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
| Back | FazBrowse Home | New Git URL |
added writableHighWaterMark, writableLength, and writableFinished
properties with test.
Refs: #29829 (9th, 10th, and 11th sub-issues)
Checklist