mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
make DialEarly return EarlySession
Fixes https://github.com/lucas-clemente/quic-go/issues/2619.
This commit is contained in:
parent
c956ca4447
commit
85cd490e9b
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ func DialEarly(
|
|||
host string,
|
||||
tlsConf *tls.Config,
|
||||
config *Config,
|
||||
) (Session, error) {
|
||||
) (EarlySession, error) {
|
||||
return dialContext(context.Background(), pconn, remoteAddr, host, tlsConf, config, true, false)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue