mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
http3: fix double close of chan when using DontCloseRequestStream (#3561)
This commit is contained in:
parent
17761bf35f
commit
424a66389c
2 changed files with 61 additions and 56 deletions
|
@ -301,6 +301,7 @@ func (c *client) RoundTripOpt(req *http.Request, opt RoundTripOpt) (*http.Respon
|
|||
}
|
||||
c.conn.CloseWithError(quic.ApplicationErrorCode(rerr.connErr), reason)
|
||||
}
|
||||
return nil, rerr.err
|
||||
}
|
||||
if opt.DontCloseRequestStream {
|
||||
close(reqDone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue