update input
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -151,5 +151,6 @@ func (input *BeegoInput) Body() []byte { | ... | @@ -151,5 +151,6 @@ func (input *BeegoInput) Body() []byte { |
| 151 | input.req.Body.Close() | 151 | input.req.Body.Close() |
| 152 | bf := bytes.NewBuffer(requestbody) | 152 | bf := bytes.NewBuffer(requestbody) |
| 153 | input.req.Body = ioutil.NopCloser(bf) | 153 | input.req.Body = ioutil.NopCloser(bf) |
| 154 | input.RequestBody = requestbody | ||
| 154 | return requestbody | 155 | return requestbody |
| 155 | } | 156 | } | ... | ... |
-
Please register or sign in to post a comment