]> Cypherpunks repositories - gostls13.git/commit
net/http: fix client goroutine leak with persistent connections
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Feb 2012 01:48:56 +0000 (12:48 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Feb 2012 01:48:56 +0000 (12:48 +1100)
commitd0a7d01ff2f62d83cc7ebc1c593aae652e205d66
tree8c0251eed1363a3e94e227d7b0a5f1c79cc72cb2
parent9df6fdcc1caa668429ffa7155e61236d3acf0905
net/http: fix client goroutine leak with persistent connections

Thanks to Sascha Matzke & Florian Weimer for diagnosing.

R=golang-dev, adg, bradfitz, kevlar
CC=golang-dev
https://golang.org/cl/5656046
src/pkg/net/http/transport.go
src/pkg/net/http/transport_test.go