]> Cypherpunks repositories - gostls13.git/commit
net/http: fix race on bodyEOFSignal.isClosed
authorDave Cheney <dave@cheney.net>
Thu, 11 Oct 2012 21:32:56 +0000 (08:32 +1100)
committerDave Cheney <dave@cheney.net>
Thu, 11 Oct 2012 21:32:56 +0000 (08:32 +1100)
commitf1b1753627d1f895baa53e41c6fb4301282a3760
treeffbfa12d7181a26863bf3ca4240bd5665aed5905
parent6720997f9e2a4371a5f2fc79b356e1610160139d
net/http: fix race on bodyEOFSignal.isClosed

Update #4191.

Fixes unreported race failure at
http://build.golang.org/log/61e43a328fb220801d3d5c88cd91916cfc5dc43c

R=dvyukov, bradfitz
CC=golang-dev
https://golang.org/cl/6640057
src/pkg/net/http/transport.go