Skip to content
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

expose the connection tracing ID on the stream context #4414

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

marten-seemann
Copy link
Member

This is especially interesting for HTTP servers: They can now learn which connection a request was received on.

This will also be needed for the new WebTransport API, see #4405.

This is especially interesting for HTTP servers: They can now learn
which connection a request was received on.
Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.90%. Comparing base (183d42a) to head (83662a0).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4414      +/-   ##
==========================================
- Coverage   84.92%   84.90%   -0.02%     
==========================================
  Files         152      152              
  Lines       14357    14359       +2     
==========================================
- Hits        12192    12191       -1     
- Misses       1666     1668       +2     
- Partials      499      500       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann merged commit e310b80 into master Apr 6, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant