Descriptionnet/http/httputil: ensure DumpRequestOut dumps all of Body
Bodies larger than 8KB (the default bufio reader size) weren't
being dumped. Force a read of the body so they're teed into
the response buffer.
Thanks to Steven Hartland for identifying the problem.
Fixes Issue 8089
Patch Set 1 #Patch Set 2 : diff -r 2e467bc60e64def06419194f48fe0d6c8b56765d https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 2e467bc60e64def06419194f48fe0d6c8b56765d https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 2e467bc60e64def06419194f48fe0d6c8b56765d https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 5 : diff -r b0e30135710173e2af2140fc019d408bcd1b45ab https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|