1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/pkg/net/http
Brad Fitzpatrick 9578839d60 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
2012-02-16 09:27:26 +11:00
..
cgi os/signal: selective signal handling 2012-02-13 13:52:37 -05:00
fcgi net/http/fcgi: don't mention threads in docs 2012-02-10 10:29:57 +11:00
httptest cmd/vet: give warning for construct 'Println(os.Stderr, ...)' 2012-02-14 11:24:41 -05:00
httputil net/http/httputil: preserve query params in reverse proxy 2012-02-07 18:00:30 -08:00
pprof net/http/pprof: link to blog post 2012-02-13 15:24:06 +11:00
testdata
chunked_test.go
chunked.go
client_test.go
client.go std: add struct field tags to untagged literals. 2012-02-03 10:12:25 +11:00
cookie_test.go
cookie.go
doc.go net/http: fix reference to URL.RawPath in docs 2012-02-10 22:39:57 -02:00
export_test.go
filetransport_test.go
filetransport.go
fs_test.go net/http: fix race in sendfile test 2012-02-16 09:27:26 +11:00
fs.go net/http: use mtime < t+1s to check for unmodified 2012-02-12 23:45:19 -05:00
header_test.go
header.go
jar.go
lex_test.go
lex.go
proxy_test.go
range_test.go
readrequest_test.go
request_test.go
request.go
requestwrite_test.go
response_test.go compress: make flate, gzip and zlib's NewWriterXxx functions all return 2012-02-10 18:49:19 +11:00
response.go
responsewrite_test.go
serve_test.go net/http: Don't set Content-Type header for HEAD requests by default 2012-02-06 17:55:47 +11:00
server.go net/http: don't spin on temporary accept failure 2012-02-14 15:04:29 +11:00
sniff_test.go
sniff.go net/http: document use of DetectContentType 2012-02-12 23:14:48 -05:00
status.go
transfer.go
transport_test.go net/http: re-enable test 2012-02-14 15:26:09 +11:00
transport.go net/http: fix client goroutine leak with persistent connections 2012-02-14 12:48:56 +11:00
triv.go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00