mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Update quic-go
This commit is contained in:
parent
34a1f2ebf5
commit
271943c158
64 changed files with 8854 additions and 4163 deletions
2
vendor/github.com/quic-go/quic-go/http3/server.go
generated
vendored
2
vendor/github.com/quic-go/quic-go/http3/server.go
generated
vendored
|
@ -537,7 +537,7 @@ func (s *Server) handleRequest(conn *connection, str quic.Stream, datagrams *dat
|
|||
ctx = context.WithValue(ctx, http.LocalAddrContextKey, conn.LocalAddr())
|
||||
ctx = context.WithValue(ctx, RemoteAddrContextKey, conn.RemoteAddr())
|
||||
if s.ConnContext != nil {
|
||||
ctx = s.ConnContext(ctx, conn)
|
||||
ctx = s.ConnContext(ctx, conn.Connection)
|
||||
if ctx == nil {
|
||||
panic("http3: ConnContext returned nil")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue