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: don't modify any fields of the http.Request when doing 0-RTT #4379

Merged
merged 1 commit into from
Mar 23, 2024

Conversation

marten-seemann
Copy link
Member

Depends on #4378.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.87%. Comparing base (603e077) to head (bd1f368).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4379      +/-   ##
==========================================
+ Coverage   84.86%   84.87%   +0.01%     
==========================================
  Files         151      151              
  Lines       14337    14343       +6     
==========================================
+ Hits        12167    12173       +6     
  Misses       1670     1670              
  Partials      500      500              

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

Copy link
Collaborator

@sukunrt sukunrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this required for 0RTT requests?

@marten-seemann
Copy link
Member Author

It should be possible to issue the same request twice.

@marten-seemann marten-seemann force-pushed the http3-dont-modify-0rtt-requests branch from 0d32030 to bd1f368 Compare March 23, 2024 20:45
@marten-seemann marten-seemann changed the base branch from http3-0rtt-head-requests to master March 23, 2024 20:45
@marten-seemann marten-seemann merged commit 684b80a into master Mar 23, 2024
18 checks passed
@marten-seemann marten-seemann deleted the http3-dont-modify-0rtt-requests branch March 23, 2024 21:09
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