mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
Update doc for dialer in http3.RoundTripper
This commit is contained in:
parent
0f36b9d07b
commit
ea33fc95df
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ type RoundTripper struct {
|
|||
|
||||
// Dial specifies an optional dial function for creating QUIC
|
||||
// connections for requests.
|
||||
// If Dial is nil, quic.DialAddr will be used.
|
||||
// If Dial is nil, quic.DialAddrEarly will be used.
|
||||
Dial func(network, addr string, tlsCfg *tls.Config, cfg *quic.Config) (quic.EarlySession, error)
|
||||
|
||||
// MaxResponseHeaderBytes specifies a limit on how many response bytes are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue