chore: delete DOQ meaningless ALPN
This commit is contained in:
parent
b075ae1a3c
commit
34f46ac3a9
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ func (dc *quicClient) openSession(ctx context.Context) (quic.Connection, error)
|
||||||
tlsConfig := &tls.Config{
|
tlsConfig := &tls.Config{
|
||||||
InsecureSkipVerify: true,
|
InsecureSkipVerify: true,
|
||||||
NextProtos: []string{
|
NextProtos: []string{
|
||||||
"http/1.1", "h2", NextProtoDQ,
|
NextProtoDQ,
|
||||||
},
|
},
|
||||||
SessionTicketsDisabled: false,
|
SessionTicketsDisabled: false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue