5b9ae544 by astaxie

update input

1 parent 41dd6e58
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!