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

http3: remove Accept(Uni)Stream methods from the Connection interface #4435

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Apr 14, 2024

Incoming streams are hijacked, not accepted. This might change with #4405, but at the current stage these methods make no sense.

Part of #3522.

Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.75%. Comparing base (25cd4b5) to head (4efe511).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4435      +/-   ##
==========================================
+ Coverage   84.74%   84.75%   +0.01%     
==========================================
  Files         152      152              
  Lines       14369    14369              
==========================================
+ Hits        12176    12178       +2     
+ Misses       1691     1689       -2     
  Partials      502      502              

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

@marten-seemann marten-seemann merged commit afd0b06 into master Apr 14, 2024
34 checks passed
@marten-seemann marten-seemann deleted the http3-connection-accept-stream branch April 14, 2024 17:38
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