]> Cypherpunks repositories - gostls13.git/commit
net/http: fix data race in test
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 2 Nov 2012 20:26:36 +0000 (00:26 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 2 Nov 2012 20:26:36 +0000 (00:26 +0400)
commit600de1fb3db279be87f4b9fab0a09463fe1568e1
tree66858aeb3b9ba0662fc436ca493deec434db3775
parent31f8b07e55d6f712315eea021ee84bff73f87c51
net/http: fix data race in test
The issue is that server still sends body,
when client closes the fd.
Fixes #4329.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6822072
src/pkg/net/http/fs_test.go