mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix: build error after sync
Signed-off-by: Gaukas Wang <i@gaukas.wang>
This commit is contained in:
parent
b66e1ed5f5
commit
05c12945b8
8 changed files with 71 additions and 126 deletions
|
@ -131,8 +131,8 @@ func (c *uClient) dial(ctx context.Context) error {
|
|||
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
c.conn.shutdown()
|
||||
return ctx.Err()
|
||||
c.conn.destroy(nil)
|
||||
return context.Cause(ctx)
|
||||
case err := <-errorChan:
|
||||
return err
|
||||
case recreateErr := <-recreateChan:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue