1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:24:41 -07:00
go/src/net/http
Brad Fitzpatrick f96fa06d14 net/http/fcgi: fix race between serveRequest and cleanUp
Fixes #11552

Change-Id: I87904e9e3fb4bd1fb4c7075a4e2d0151e5bd37df
Reviewed-on: https://go-review.googlesource.com/11890
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-07-11 14:36:16 +00:00
..
cgi all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00
cookiejar
fcgi net/http/fcgi: fix race between serveRequest and cleanUp 2015-07-11 14:36:16 +00:00
httptest net/http/httptest: increase test Server's key size 2015-06-29 19:30:48 +00:00
httputil net/http/httputil: make ReverseProxy support Trailers 2015-07-07 14:30:49 +00:00
internal net/http: flush request body chunks in Transport 2015-05-14 00:29:24 +00:00
pprof
testdata
client_test.go net/http: don't overwrite Authorization headers when URL has username 2015-06-26 17:32:12 +00:00
client.go net/http: don't overwrite Authorization headers when URL has username 2015-06-26 17:32:12 +00:00
cookie_test.go net/http: harden, document func SetCookie and type Cookie 2015-06-30 16:19:02 +00:00
cookie.go net/http: harden, document func SetCookie and type Cookie 2015-06-30 16:19:02 +00:00
doc.go
example_test.go
export_test.go net/http: fix scheduling race resulting in flaky test 2015-05-01 21:41:03 +00:00
filetransport_test.go
filetransport.go
fs_test.go net/http: make ServeContent errors return more specific HTTP status codes 2015-04-22 10:35:44 +00:00
fs.go net/http: document ServeFile and FileServer index.html redirect behavior 2015-04-30 20:42:58 +00:00
header_test.go
header.go net/textproto: don't treat spaces as hyphens in header keys 2015-06-30 17:59:02 +00:00
http_test.go
jar.go
lex_test.go net/http: handle "close" amongst multiple Connection tokens 2015-04-29 23:52:43 +00:00
lex.go net/http: handle "close" amongst multiple Connection tokens 2015-04-29 23:52:43 +00:00
main_test.go
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go net/http: revert overly-strict part of earlier smuggling defense 2015-07-07 21:33:06 +00:00
request_test.go net/http: fix MaxBytesReader at EOF 2015-07-07 21:33:14 +00:00
request.go net/http: fix MaxBytesReader at EOF 2015-07-07 21:33:14 +00:00
requestwrite_test.go net/http: change default user agent string 2015-06-26 17:29:35 +00:00
response_test.go net/http: handle "close" amongst multiple Connection tokens 2015-04-29 23:52:43 +00:00
response.go net/http: add comment to exported ErrNoCookie and ErrNoLocation values 2015-06-26 17:28:07 +00:00
responsewrite_test.go net/http: Don't set Content-Length: -1 when responding to a POST 2015-04-29 22:58:37 +00:00
serve_test.go net/http: fix now-flaky TransportAndServerSharedBodyRace test 2015-06-29 05:19:36 +00:00
server.go net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirect 2015-06-26 18:32:40 +00:00
sniff_test.go
sniff.go
status.go
transfer_test.go
transfer.go net/http: revert overly-strict part of earlier smuggling defense 2015-07-07 21:33:06 +00:00
transport_test.go net/http: add a Request.Cancel channel. 2015-06-30 01:24:15 +00:00
transport.go net/http: add a Request.Cancel channel. 2015-06-30 01:24:15 +00:00
triv.go