remove stray TODO in the HTTP/3 client

This commit is contained in:
Marten Seemann 2019-08-24 10:41:41 +07:00
parent 4247c2f06d
commit f4621e280e

View file

@ -97,7 +97,6 @@ func (c *client) dial() error {
}
}()
// TODO: send a SETTINGS frame
return nil
}