Upgrade quic-go to v0.26.0
This commit is contained in:
parent
a4560fa20d
commit
0d7d5a0318
4 changed files with 11 additions and 12 deletions
|
@ -47,7 +47,7 @@ func newHTTP3Server(ctx context.Context, configuration *static.EntryPoint, https
|
|||
}
|
||||
|
||||
h3.Server = &http3.Server{
|
||||
Port: uint32(configuration.HTTP3.AdvertisedPort),
|
||||
Port: configuration.HTTP3.AdvertisedPort,
|
||||
Server: &http.Server{
|
||||
Addr: configuration.GetAddress(),
|
||||
Handler: httpsServer.Server.(*http.Server).Handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue