]> Cypherpunks repositories - gostls13.git/commit
net/http: make Transport send 'Connection: close' when DisableKeepAlives
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 16 Dec 2014 02:01:48 +0000 (13:01 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 16 Dec 2014 06:16:28 +0000 (06:16 +0000)
commit207950ad5160f5219134fd2e52c5be7e5e3979a4
tree4cd9127ad135f003c2b02560d9a95c9494977937
parentfccd9428032dca77e7fc511c6698353c0b3d35a1
net/http: make Transport send 'Connection: close' when DisableKeepAlives

No bug was open, but I found an old email to myself to investigate
when I suspected this was happening.

Change-Id: Icedefec6f15a000eaabb2693b0640b3b6c8bf82c
Reviewed-on: https://go-review.googlesource.com/1578
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/transport.go
src/net/http/transport_test.go