]> Cypherpunks repositories - gostls13.git/commit
net/http: fix crash with Transport.CloseIdleConnections
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 10 Mar 2012 00:27:32 +0000 (16:27 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 10 Mar 2012 00:27:32 +0000 (16:27 -0800)
commitb2e9f425b92cd6b986051a55c24dc96b777d9f28
treeade8fcbc9caaf88a2617823612359e40b06acece
parent98cfe6770d8530f6677ecb72a59d939c88504255
net/http: fix crash with Transport.CloseIdleConnections

Thanks Michael Lore for the bug report!

Fixes #3266

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5754068
src/pkg/net/http/transport.go
src/pkg/net/http/transport_test.go