fix: update in quic-go (http3) broke UDP functionality

This commit is contained in:
Toby
2024-04-28 20:22:11 -07:00
parent d2805577ff
commit b79c43171a
10 changed files with 16 additions and 14 deletions

View File

@@ -41,7 +41,6 @@ func TestServerMasquerade(t *testing.T) {
// QUIC connection & RoundTripper
var conn quic.EarlyConnection
rt := &http3.RoundTripper{
EnableDatagrams: true,
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
},