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

HTTP/3 stability and tests #10451

Closed
wants to merge 2 commits into from
Closed

HTTP/3 stability and tests #10451

wants to merge 2 commits into from

Conversation

icing
Copy link
Contributor

@icing icing commented Feb 9, 2023

vquic stabilization

  • udp send code shared between ngtcp2 and quiche
  • quiche handling of data and events improved

ngtcp2 and pytest improvements

  • fixes handling of "drain" situations, discovered in scorecard tests with the Caddy server.
  • improvements in handling transfers that have already data or are already closed to make an early return on recv

pytest

  • adding caddy tests when available

scorecard improvemnts.

  • using correct caddy port
  • allowing tests for only httpd or caddy

- udp send code shared between ngtcp2 and quiche
- quiche handling of data and events improved

ngtcp2 and pytest improvements
- fixes handling of "drain" situations, discovered in scorecard
  tests with the Caddy server.
- improvements in handling transfers that have already  data or
  are already closed to make an early return on recv

pytest
- adding caddy tests when available

scorecard improvemnts.
- using correct caddy port
- allowing tests for only httpd or caddy
@icing icing added the HTTP/3 h3 or quic related label Feb 9, 2023
bagder
bagder approved these changes Feb 10, 2023
@bagder
Copy link
Member

bagder commented Feb 10, 2023

Thanks!

@bagder bagder closed this in c96f982 Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants