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

feat(gin): support both http/2 and http/3 using quic-go/quic-go #3973

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 19, 2024

  1. chore: Update quick-go and add support for both TLS/TCP and QUIC conn…

    …ections in parallel using RunTLSAndQUIC
    
    - Bump github.com/quic-go/quic-go from v0.43.1 to v0.44.0 and dependencies
    - Created new func RunTLSAndQUIC to run both TLS/TCP and QUIC in parallel
    
    Signed-off-by: Diana Moore <dmoore@xn4p4lm.com>
    xN4P4LM committed May 19, 2024
    Configuration menu
    Copy the full SHA
    53c1160 View commit details
    Browse the repository at this point in the history
  2. chore: Updated intgration tests to support HTTP/3

    - Added new test for RunTLSAndQUIC
    - Added support for HTTP/3 with future tests
    
    Signed-off-by: Diana Moore <dmoore@xn4p4lm.com>
    xN4P4LM committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e67f1e9 View commit details
    Browse the repository at this point in the history