mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
* feat(http3): implement serving from quic.Listener ServeListener method added to http3.Server allowing serving from an existing listener ConfigureTLSConfig function added to http3 which should be used to create listeners meant for serving http3. * docs(http3): add note about using ConfigureTLSConfig to ServeListener * fix(http3): stop serving non-created listeners after Server.Close * refactor(http3): return ErrServerClosed once server closes instead of context.Canceled * feat(http3): close listeners from ServeListener as well * fix(http3): fix logger not being setup during ServeListener * test(http3): add unit tests for serving listeners * test(http3): add tests for ConfigureTLSConfig * test(http3): added server hotswapping integration test * fix: race condition in listener tests |
||
---|---|---|
.. | ||
body.go | ||
body_test.go | ||
client.go | ||
client_test.go | ||
error_codes.go | ||
error_codes_test.go | ||
frames.go | ||
frames_test.go | ||
gzip_reader.go | ||
http3_suite_test.go | ||
request.go | ||
request_test.go | ||
request_writer.go | ||
request_writer_test.go | ||
response_writer.go | ||
response_writer_test.go | ||
roundtrip.go | ||
roundtrip_test.go | ||
server.go | ||
server_test.go |