6f802b0a by astaxie

fix the params

1 parent 743628a9
......@@ -168,7 +168,7 @@ func (b *BeegoHttpRequest) Debug(isdebug bool) *BeegoHttpRequest {
}
// return the DumpRequest
func (b *BeegoHttpRequest) DumpRequest() {
func (b *BeegoHttpRequest) DumpRequest() (dump []byte, err error) {
return httputil.DumpRequest(b.req, true)
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!