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

WIP, OpenSSL QUIC, adaptation for v3.3.x #12933

Closed
wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Feb 13, 2024

  • set our idle timeout as transport parameter
  • query negotiated idle timeout for connection alive checks
  • query number of available bidi streams on a connection
  • use write_ex2 with SSL_WRITE_FLAG_CONCLUDE to signal EOF on last chunk write, so stream close does not require an additional QUIC packet

- set our idle timeout as transport parameter
- query negotiated idle timeout for connection alive checks
- query number of available bidi streams on a connection
- use write_ex2 with SSL_WRITE_FLAG_CONCLUDE to signal
  EOF on last chunk write, so stream close does not
  require an additional QUIC packet
@github-actions github-actions bot added the HTTP/3 h3 or quic related label Feb 13, 2024
@icing icing marked this pull request as ready for review February 20, 2024 08:43
@icing
Copy link
Contributor Author

icing commented Feb 20, 2024

Since this continues to work with OpenSSL v3.2.x, this can be merged.

@bagder bagder closed this in bdff974 Feb 20, 2024
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant