]> Cypherpunks repositories - gostls13.git/commit
net/http: fix race in sendfile test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 15 Feb 2012 22:27:26 +0000 (09:27 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 15 Feb 2012 22:27:26 +0000 (09:27 +1100)
commit9578839d60fb0d49130d6689091573aa390f85a0
tree4640de996f1f466d1e2a915f942d1e33cbbd8e64
parent47afa4dba53c0528b7a9b06a44dd14529ad955d6
net/http: fix race in sendfile test

Whoops. Consume the body of the first request
before making the subsequent /quit request.

R=golang-dev, untheoretic
CC=golang-dev
https://golang.org/cl/5674054
src/pkg/net/http/fs_test.go