chore: delete DOQ meaningless ALPN

This commit is contained in:
gVisor bot 2022-06-12 23:16:47 +08:00
parent b075ae1a3c
commit 34f46ac3a9

View File

@ -131,7 +131,7 @@ func (dc *quicClient) openSession(ctx context.Context) (quic.Connection, error)
tlsConfig := &tls.Config{
InsecureSkipVerify: true,
NextProtos: []string{
"http/1.1", "h2", NextProtoDQ,
NextProtoDQ,
},
SessionTicketsDisabled: false,
}