-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
http2: add diagnostics channels for client stream request body #60480
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
base: main
Are you sure you want to change the base?
http2: add diagnostics channels for client stream request body #60480
Conversation
These would allow inspection of HTTP/2 client stream request bodies. Signed-off-by: Darshan Sen <[email protected]>
|
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60480 +/- ##
==========================================
+ Coverage 88.56% 88.58% +0.02%
==========================================
Files 704 704
Lines 207774 207873 +99
Branches 40027 40063 +36
==========================================
+ Hits 184020 184153 +133
+ Misses 15800 15761 -39
- Partials 7954 7959 +5
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Darshan Sen <[email protected]>
Signed-off-by: Darshan Sen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one concern about this breaking API surface, but otherwise LGTM.
These would allow inspection of HTTP/2 client stream request bodies.
This is needed for #60483.