go/src/net/http
Brad Fitzpatrick be7c50a710 net/http: deflake TestServerSetKeepAlivesEnabledClosesConns
Fixes #17754
Updates #9478 (details in here)

Change-Id: Iae2c1ca05a18ed266b53b2594c22fc57fab33c5e
Reviewed-on: https://go-review.googlesource.com/32587
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-11-03 03:20:01 +00:00
..
cgi
cookiejar all: use sort.Slice where applicable 2016-10-04 05:10:56 +00:00
fcgi
httptest net/http, net/http/httptest: make http2's TrailerPrefix work for http1 2016-11-01 17:01:30 +00:00
httptrace net/http/httptrace: refer http.Client users to the blog post 2016-10-28 14:51:29 +00:00
httputil net/http/httputil: add ModifyResponse to reverseProxy 2016-11-01 13:05:58 +00:00
internal net/http/internal: don't block unnecessarily in ChunkedReader 2016-10-18 17:26:18 +00:00
pprof
testdata
client.go net/http: handle 3xx redirects properly 2016-10-30 02:17:28 +00:00
client_test.go net/http: handle 3xx redirects properly 2016-10-30 02:17:28 +00:00
clientserver_test.go net/http, net/http/httptest: make http2's TrailerPrefix work for http1 2016-11-01 17:01:30 +00:00
cookie.go net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970 2016-10-28 16:44:44 +00:00
cookie_test.go net/http: fix cookie Expires minimum year to 1601 instead of Epoch year 1970 2016-10-28 16:44:44 +00:00
doc.go
example_test.go
export_test.go net/http: deflake TestServerSetKeepAlivesEnabledClosesConns 2016-11-03 03:20:01 +00:00
filetransport.go
filetransport_test.go
fs.go all: use sort.Slice where applicable 2016-10-04 05:10:56 +00:00
fs_test.go
h2_bundle.go net/http: update bundled http2 to fix test flake 2016-11-03 00:53:52 +00:00
header.go
header_test.go
http.go net/http: add an interface for server push 2016-10-25 21:22:48 +00:00
http_test.go net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown 2016-11-01 04:42:33 +00:00
jar.go
main_test.go
method.go
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go net/http: add NoBody, don't return nil from NewRequest on zero bodies 2016-10-22 19:44:53 +00:00
request.go net/http: Improve docs for Response.ParseForm 2016-10-26 22:25:23 +00:00
request_test.go net/http: add NoBody, don't return nil from NewRequest on zero bodies 2016-10-22 19:44:53 +00:00
requestwrite_test.go net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport 2016-10-19 13:35:20 +00:00
response.go net/http: add NoBody, don't return nil from NewRequest on zero bodies 2016-10-22 19:44:53 +00:00
response_test.go net/http: support multiple identical Content-Length headers 2016-10-17 09:02:42 +00:00
responsewrite_test.go
serve_test.go net/http: deflake TestServerSetKeepAlivesEnabledClosesConns 2016-11-03 03:20:01 +00:00
server.go net/http, net/http/httptest: make http2's TrailerPrefix work for http1 2016-11-01 17:01:30 +00:00
sniff.go
sniff_test.go
status.go
transfer.go net/http: add NoBody, don't return nil from NewRequest on zero bodies 2016-10-22 19:44:53 +00:00
transfer_test.go
transport.go net/http: make Transport reject URLs with bogus ports with non-digits 2016-11-01 18:32:38 +00:00
transport_internal_test.go
transport_test.go net/http: make Transport reject URLs with bogus ports with non-digits 2016-11-01 18:32:38 +00:00
triv.go