Update quic-go

This commit is contained in:
Frank Denis 2022-09-26 15:12:20 +02:00
parent ca253923eb
commit 94cba8cf78
66 changed files with 629 additions and 1129 deletions

View file

@ -302,6 +302,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)