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: hide SendDatagram and ReceiveDatagram on the Connection #4427

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

marten-seemann
Copy link
Member

HTTP datagrams are bound to streams. It shouldn't be possible to send datagrams on the http3.Connection.

Part of #3522.

HTTP datagrams are bound to streams. It shouldn't be possible to send
datagrams on the http3.Connection.
Copy link

codecov bot commented Apr 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.77%. Comparing base (da410a7) to head (6b07346).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4427      +/-   ##
==========================================
- Coverage   84.78%   84.77%   -0.01%     
==========================================
  Files         152      152              
  Lines       14344    14344              
==========================================
- Hits        12161    12160       -1     
- Misses       1682     1683       +1     
  Partials      501      501              

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

@marten-seemann marten-seemann merged commit b096e94 into master Apr 11, 2024
34 checks passed
@marten-seemann marten-seemann deleted the http3-no-datagram-on-connection branch April 11, 2024 21:25
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