no output the dump
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) { | ... | @@ -407,7 +407,6 @@ func (b *BeegoHttpRequest) getResponse() (*http.Response, error) { |
| 407 | println(err.Error()) | 407 | println(err.Error()) |
| 408 | } | 408 | } |
| 409 | b.dump = dump | 409 | b.dump = dump |
| 410 | println(string(dump)) | ||
| 411 | } | 410 | } |
| 412 | 411 | ||
| 413 | resp, err := client.Do(b.req) | 412 | resp, err := client.Do(b.req) | ... | ... |
-
Please register or sign in to post a comment