-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http2: intercept what headers are being sent #16619
Labels
http2
Issues or PRs related to the http2 subsystem.
Comments
@mcollina I would like to help on this. Is there a possibility of working with a mentor or someone who is familiar with this module? |
@jasnell @apapirovski @sebdeckers or myself. However just tag @nodejs/http2 in your PR. |
jasnell
added a commit
to jasnell/node
that referenced
this issue
Jan 11, 2018
Add sentHeaders, sentTrailers, and sentInfoHeaders properties on `Http2Stream`. Fixes: nodejs#16619
evanlucas
pushed a commit
that referenced
this issue
Jan 30, 2018
Add sentHeaders, sentTrailers, and sentInfoHeaders properties on `Http2Stream`. PR-URL: #18045 Fixes: #16619 Reviewed-By: Matteo Collina <[email protected]>
kjin
pushed a commit
to kjin/node
that referenced
this issue
May 1, 2018
Add sentHeaders, sentTrailers, and sentInfoHeaders properties on `Http2Stream`. PR-URL: nodejs#18045 Fixes: nodejs#16619 Reviewed-By: Matteo Collina <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
May 2, 2018
Add sentHeaders, sentTrailers, and sentInfoHeaders properties on `Http2Stream`. Backport-PR-URL: #20456 PR-URL: #18045 Fixes: #16619 Reviewed-By: Matteo Collina <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In http2 client API is not currently possible to know which headers are being sent. The actual headers that have been sent should be kept somewhere for debugging/introspection purposes.
The text was updated successfully, but these errors were encountered: