diff --git a/http3/client.go b/http3/client.go index 95fb671d..47bf8b3f 100644 --- a/http3/client.go +++ b/http3/client.go @@ -97,7 +97,6 @@ func (c *client) dial() error { } }() - // TODO: send a SETTINGS frame return nil }