go/src/net/http
Brad Fitzpatrick 24d29e85cb net/http: make Transport.RoundTrip check context.Done earlier
Fixes #25852

Change-Id: I35c630367c8f1934dcffc0b0e08891d55a903518
Reviewed-on: https://go-review.googlesource.com/118560
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-06-13 17:12:57 +00:00
..
cgi net: add js/wasm architecture 2018-06-04 16:01:50 +00:00
cookiejar
fcgi net/http/fcgi: update URL to spec documentation 2018-02-13 18:33:26 +00:00
httptest net/http/httptest: deprecate ResponseRecorder.HeaderMap 2018-06-10 05:49:55 +00:00
httptrace net/http, net/http/httptrace: make Transport support 1xx responses properly 2018-06-12 13:42:28 +00:00
httputil all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
internal
pprof net/http/pprof: fix typo on new index page 2018-05-10 18:02:07 +00:00
testdata
client.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
client_test.go net/http: strip password from error message 2018-03-31 21:58:39 +00:00
clientserver_test.go
cookie.go all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
cookie_test.go
doc.go
example_test.go
export_test.go net/http: vendor x/net/http/httpproxy, use it in net/http 2018-05-29 21:54:57 +00:00
filetransport.go
filetransport_test.go
fs.go net/http: use RFC 723x as normative reference in docs 2018-02-20 01:41:06 +00:00
fs_test.go net/http: correct subtle transposition of offset and whence in test 2018-03-06 06:13:17 +00:00
h2_bundle.go vendor, net/http: update x/net for httplex to httpguts merge 2018-05-07 20:20:49 +00:00
header.go
header_test.go
http.go vendor, net/http: update x/net for httplex to httpguts merge 2018-05-07 20:20:49 +00:00
http_test.go
jar.go
main_test.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
method.go
npn_test.go
proxy_test.go net/http: vendor x/net/http/httpproxy, use it in net/http 2018-05-29 21:54:57 +00:00
race.go
range_test.go
readrequest_test.go net/http: use RFC 723x as normative reference in docs 2018-02-20 01:41:06 +00:00
request.go net/http: document how Hijack and Request.Context interact 2018-05-29 20:35:07 +00:00
request_test.go net/http: ignore case of basic auth scheme in Request.BasicAuth 2018-05-04 18:40:56 +00:00
requestwrite_test.go
response.go net/http: use RFC 723x as normative reference in docs 2018-02-20 01:41:06 +00:00
response_test.go net/http: use RFC 723x as normative reference in docs 2018-02-20 01:41:06 +00:00
responsewrite_test.go
roundtrip.go net/http: add js/wasm compatible DefaultTransport 2018-05-30 17:23:57 +00:00
roundtrip_js.go net/http: fix build errors on js/wasm target 2018-06-04 15:05:52 +00:00
serve_test.go net/http: remove an allocation in ServeMux 2018-06-06 01:47:31 +00:00
server.go net/http: remove an allocation in ServeMux 2018-06-06 01:47:31 +00:00
sniff.go net/http: add application/wasm mime type 2018-06-10 17:04:22 +00:00
sniff_test.go net/http: add application/wasm mime type 2018-06-10 17:04:22 +00:00
socks_bundle.go net/http: use DialWithConn method of socks.Dialer 2018-05-30 21:52:52 +00:00
status.go net/http: add StatusMisdirectedRequest (421) 2018-02-13 18:38:49 +00:00
transfer.go net/http: conservatively flush Transport request headers by default 2018-05-24 19:16:58 +00:00
transfer_test.go net/http: conservatively flush Transport request headers by default 2018-05-24 19:16:58 +00:00
transport.go net/http: make Transport.RoundTrip check context.Done earlier 2018-06-13 17:12:57 +00:00
transport_internal_test.go net/http: fix "http2: no cached connection..." error with x/net/http2 2018-01-10 23:24:51 +00:00
transport_test.go net/http: make Transport.RoundTrip check context.Done earlier 2018-06-13 17:12:57 +00:00
triv.go net/http,doc: use HTTP status code constants where applicable 2018-02-26 05:04:31 +00:00