Skip to content

Commit

Permalink
Record original request in http3 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Sep 19, 2022
1 parent 5b2c1a4 commit 2abac7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/http3/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ func (c *client) doRequest(req *http.Request, str quic.Stream, opt RoundTripOpt,
ProtoMajor: 3,
Header: http.Header{},
TLS: &connState,
Request: req,
}
for _, hf := range hfs {
switch hf.Name {
Expand Down

0 comments on commit 2abac7b

Please sign in to comment.