mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename quicConn.earlySessionReady to quicConn.earlyConnReady
This commit is contained in:
parent
1ae835d1d8
commit
a088ba4607
7 changed files with 21 additions and 21 deletions
|
@ -311,7 +311,7 @@ func (c *client) dial(ctx context.Context) error {
|
|||
// Otherwise, earlyConnChan will be nil. Receiving from a nil chan blocks forever.
|
||||
var earlyConnChan <-chan struct{}
|
||||
if c.use0RTT {
|
||||
earlyConnChan = c.conn.earlySessionReady()
|
||||
earlyConnChan = c.conn.earlyConnReady()
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue