commit | f38df4e8790969180aee6b5889305f41539a8693 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 09 10:33:46 2013 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jan 09 10:33:46 2013 -0800 |
tree | cd74888a9b88e10c7ead7b381113bb25eb1011c9 | |
parent | a6e4aa3ef2f0a0132bb7294a7a662b4b96143742 [diff] |
net/http: don't buffer request writing if dest is already buffered The old code made it impossible to implement a reverse proxy with anything less than 4k write granularity to the backends. R=golang-dev, adg CC=golang-dev https://golang.org/cl/7060059