uquic/example
Ivan Trubach 0ec8ee3cff
do not embed http.Server in http3.Server (#3397)
This change removes the embedded http.Server struct from http3.Server.
It slightly changes some error behavior, in particular, it mandates
TLSConfig for methods that create QUIC listeners.

Before this change, only Addr, TLSConfig, Handler and MaxHeaderBytes
options were used from the http.Server. These are now defined directly
in http3.Server with an improved documentation.
2022-05-20 02:53:23 -07:00
..
client fix log info error 2021-09-05 17:22:21 +08:00
echo rename the session to connection 2022-03-27 12:50:14 +01:00
Dockerfile add very simple dockerfile for example server 2016-04-29 12:04:34 +02:00
main.go do not embed http.Server in http3.Server (#3397) 2022-05-20 02:53:23 -07:00