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

include the maximum payload size in the DatagramTooLargeError #4470

Merged
merged 2 commits into from
Apr 27, 2024

Conversation

marten-seemann
Copy link
Member

Closes #4436.

This is more useful than the maximum frame size. The user of the library shouldn't have to care about the QUIC framing layer.

nekohasekai and others added 2 commits April 15, 2024 09:37
This is more useful than the maximum frame size. The user of the library
shouldn't have to care about the QUIC framing layer.
@marten-seemann marten-seemann added this to the v0.43 milestone Apr 27, 2024
Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.72%. Comparing base (afd0b06) to head (7c083c1).
Report is 23 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4470      +/-   ##
==========================================
+ Coverage   84.74%   85.72%   +0.98%     
==========================================
  Files         152      154       +2     
  Lines       14369    15146     +777     
==========================================
+ Hits        12176    12983     +807     
+ Misses       1691     1667      -24     
+ Partials      502      496       -6     

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

@marten-seemann marten-seemann merged commit c0250ce into master Apr 27, 2024
34 checks passed
@marten-seemann marten-seemann deleted the datagram-too-large-error-payload-size branch April 27, 2024 14:35
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

2 participants