Uh oh!
There was an error while loading. Please reload this page.
http2: emit response event instead of trailers event - #41405
Conversation
nodejs-github-bot
commented
Jan 5, 2022
Review requested:
|
dc2be07 to
210ba97Compare210ba97 to
38c46b1Compare
apapirovski
left a comment
There was a problem hiding this comment.
Very nice find. And actually makes sense after reading the nghttp2 docs https://nghttp2.org/documentation/enums.html#c.nghttp2_headers_category
szmarczak
commented
Jan 5, 2022
The naming is very confusing. HTTP/2 states that those are trailers (since |
mcollina
commented
Jan 17, 2022
Is this an objection? How would you like this PR to be changed? |
szmarczak
commented
Jan 18, 2022
In the Examples section of RFC7540: in this instance there are three |
aduh95
commented
Mar 12, 2022
This needs a rebase. |
aduh95
commented
Sep 18, 2023
This still needs a rebase :) |
aduh95
commented
May 11, 2024
Superseded by #41739 |
Fix#41251.
Should emit
responseevent ifcat == NGHTTP2_HCAT_HEADERSand status >= 200.