Skip to content

Commit

Permalink
Fix missing forwarded body
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed May 25, 2020
1 parent 8af69b2 commit 6ebe67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ func (instance *Proxy) createBackendRequestFor(ctx *lctx.Context, r rules.Rule)
ProtoMinor: 1,
Header: cloneHeader(fReq.Header),
Close: false,
Body: fReq.Body,
}).WithContext(bCtx)

if fReq.ContentLength == 0 {
Expand Down

0 comments on commit 6ebe67e

Please sign in to comment.