forked from quic-go/quic-go
rename the EarlySession to EarlyConnection
This commit is contained in:
@@ -84,7 +84,7 @@ type client struct {
|
||||
quicConf *quic.Config
|
||||
|
||||
once sync.Once
|
||||
conn quic.EarlySession
|
||||
conn quic.EarlyConnection
|
||||
dialErr error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user