-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
base: main
Are you sure you want to change the base?
http2: add diagnostics channel 'http2.client.stream.created' #58246
Conversation
Signed-off-by: Darshan Sen <raisinten@gmail.com>
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 <raisinten@gmail.com>
I pushed a tiny commit to assert that the stream is indeed a ClientHttp2Stream instance by checking the constructor name. Can you review it? |
No description provided.