Commit 6f802b0a authored by astaxie's avatar astaxie

fix the params

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