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

Implement the final RFC9369 version of QUIC v2 #1515

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Conversation

larseggert
Copy link
Collaborator

Wireshark can decode our test traffic. Leaving as a draft PR until I can test against someone else's public server.

@larseggert
Copy link
Collaborator Author

Any idea for how to re-generate the binary samples that are part of the (failing) tests? Is there a script or do I simply copy in the values from the test failure output?

@martinthomson
Copy link
Member

I generally double-check the encodings. For things that involve crypto, you should be able to use quicwg/base-drafts#4997

@codecov-commenter
Copy link

codecov-commenter commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0853d9d) 87.99% compared to head (f8e6d4d) 87.99%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1515      +/-   ##
==========================================
- Coverage   87.99%   87.99%   -0.01%     
==========================================
  Files         117      117              
  Lines       37630    37627       -3     
==========================================
- Hits        33112    33109       -3     
  Misses       4518     4518              

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

@larseggert larseggert marked this pull request as ready for review December 14, 2023 12:42
@larseggert
Copy link
Collaborator Author

larseggert commented Dec 14, 2023

Interops with www.haproxy.org and test.privateoctopus.com:4433.

@larseggert larseggert linked an issue Dec 14, 2023 that may be closed by this pull request
@martinthomson martinthomson merged commit d1825f4 into main Dec 14, 2023
2 of 6 checks passed
@martinthomson martinthomson deleted the feat-rfc9369 branch December 14, 2023 21:31
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.

Use the final QUIC v2 values
3 participants