1
0
mirror of https://github.com/golang/go synced 2024-11-19 10:14:44 -07:00
go/src/net/http
Brad Fitzpatrick cfc9fde54d net/http: updated bundled http2 to finish trailer support
This updates the bundled copy of x/net/http2 to git rev d2ecd08
for https://golang.org/cl/17912 (http2: send client trailers)
and enables the final Trailer test for http2.

Fixes #13557

Change-Id: Iaa15552b82bf7a2cb01b7787a2e1ec5ee680a9d3
Reviewed-on: https://go-review.googlesource.com/17935
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2015-12-17 17:50:30 +00:00
..
cgi
cookiejar
fcgi
httptest net/http/httptest: don't crash in mime sniffing if HeaderMap is nil 2015-12-10 18:51:54 +00:00
httputil net/http/httputil: make DumpRequest use Request.RequestURI when available 2015-12-15 04:48:33 +00:00
internal net/http/internal: ignore chunk-extension when reading chunked encoding bodies 2015-11-10 08:17:58 +00:00
pprof
testdata
client_test.go net/http: split Trailers tests into two halves 2015-12-16 20:25:46 +00:00
client.go net/http: clarify some RoundTripper behaviors 2015-12-09 17:35:43 +00:00
clientserver_test.go net/http: updated bundled http2 to finish trailer support 2015-12-17 17:50:30 +00:00
cookie_test.go
cookie.go
doc.go
example_test.go
export_test.go net/http: fix Transport race returning bodyless responses and reusing conns 2015-12-16 17:50:32 +00:00
filetransport_test.go
filetransport.go
fs_test.go net/http: run more tests in http2 mode 2015-12-10 04:43:08 +00:00
fs.go net/http: define File as an io.Seeker 2015-11-30 20:43:39 +00:00
h2_bundle.go net/http: updated bundled http2 to finish trailer support 2015-12-17 17:50:30 +00:00
header_test.go
header.go
http_test.go
jar.go
lex_test.go
lex.go
main_test.go net/http: more HTTP/2 tests and fixes 2015-11-25 05:18:46 +00:00
method.go net/http: add method constants 2015-11-13 10:12:46 +00:00
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go
request_test.go net/url: reject space in host; do not escape < > " in host 2015-12-11 05:17:38 +00:00
request.go net/http: make Server validate Host headers 2015-12-16 19:52:07 +00:00
requestwrite_test.go
response_test.go
response.go net/http: update Response.Trailer doc 2015-12-17 02:46:04 +00:00
responsewrite_test.go
serve_test.go net/http: make Server validate Host headers 2015-12-16 19:52:07 +00:00
server.go net/http: document a few ServeMux behaviors 2015-12-17 17:03:05 +00:00
sniff_test.go net/http: run more tests in http2 mode 2015-12-10 04:43:08 +00:00
sniff.go net/http: add/update mp4 sniffing 2015-11-17 18:00:15 +00:00
status.go
transfer_test.go
transfer.go net/http: split Trailers tests into two halves 2015-12-16 20:25:46 +00:00
transport_test.go net/http: fix Transport race returning bodyless responses and reusing conns 2015-12-16 17:50:32 +00:00
transport.go net/http: fix Transport race returning bodyless responses and reusing conns 2015-12-16 17:50:32 +00:00
triv.go