mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
add a http3.Hijacker that allows stream creation on a QUIC session from a http.Response.Body
This commit is contained in:
parent
332473668a
commit
57461e01b5
3 changed files with 38 additions and 8 deletions
|
@ -316,7 +316,7 @@ func (c *client) doRequest(
|
|||
res.Header.Add(hf.Name, hf.Value)
|
||||
}
|
||||
}
|
||||
respBody := newResponseBody(str, reqDone, func() {
|
||||
respBody := newResponseBody(str, c.conn, reqDone, func() {
|
||||
c.conn.CloseWithError(quic.ApplicationErrorCode(errorFrameUnexpected), "")
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue