6f802b0a by astaxie

fix the params

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