-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
http2: add diagnostics channel 'http2.client.stream.created' #58246
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: add diagnostics channel 'http2.client.stream.created' #58246
Conversation
Signed-off-by: Darshan Sen <[email protected]>
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58246 +/- ##
==========================================
+ Coverage 90.12% 90.18% +0.06%
==========================================
Files 629 629
Lines 186638 186657 +19
Branches 36618 36657 +39
==========================================
+ Hits 168202 168336 +134
+ Misses 11222 11125 -97
+ Partials 7214 7196 -18
🚀 New features to boost your workflow:
|
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!
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Darshan Sen <[email protected]>
I pushed a tiny commit to assert that the stream is indeed a ClientHttp2Stream instance by checking the constructor name. Can you review it? |
This comment was marked as outdated.
This comment was marked as outdated.
Landed in 5f841fb |
Signed-off-by: Darshan Sen <[email protected]> PR-URL: #58246 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
Signed-off-by: Darshan Sen <[email protected]> PR-URL: #58246 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
No description provided.