mirror of
https://github.com/golang/go
synced 2024-11-19 07:14:45 -07:00
51b08d511e
There was only one use of "HTTP/1.n" compared to "HTTP/1.x": h2_bundle.go:// "Just as in HTTP/1.x, header field names are strings of ASCII httputil/dump.go:// DumpRequest returns the given request in its HTTP/1.x wire httputil/dump.go:// intact. HTTP/2 requests are dumped in HTTP/1.x form, not in their response.go:// Write writes r to w in the HTTP/1.x server response format, server.go: // Request.Body. For HTTP/1.x requests, handlers should read any server.go:// The default HTTP/1.x and HTTP/2 ResponseWriter implementations server.go:// The default ResponseWriter for HTTP/1.x connections supports server.go:// http1ServerSupportsRequest reports whether Go's HTTP/1.x server server.go: // about HTTP/1.x Handlers concurrently reading and writing, like server.go: // HTTP/1.x from here on. transport.go: return fmt.Errorf("net/http: HTTP/1.x transport connection broken: %v", err) Be consistent. Change-Id: I93c4c873e500f51af2b4762055e22f5487a625ac Reviewed-on: https://go-review.googlesource.com/24610 Reviewed-by: Andrew Gerrand <adg@golang.org> |
||
---|---|---|
.. | ||
cgi | ||
cookiejar | ||
fcgi | ||
httptest | ||
httptrace | ||
httputil | ||
internal | ||
pprof | ||
testdata | ||
client_test.go | ||
client.go | ||
clientserver_test.go | ||
cookie_test.go | ||
cookie.go | ||
doc.go | ||
example_test.go | ||
export_test.go | ||
filetransport_test.go | ||
filetransport.go | ||
fs_test.go | ||
fs.go | ||
h2_bundle.go | ||
header_test.go | ||
header.go | ||
http_test.go | ||
http.go | ||
jar.go | ||
main_test.go | ||
method.go | ||
npn_test.go | ||
proxy_test.go | ||
race.go | ||
range_test.go | ||
readrequest_test.go | ||
request_test.go | ||
request.go | ||
requestwrite_test.go | ||
response_test.go | ||
response.go | ||
responsewrite_test.go | ||
serve_test.go | ||
server.go | ||
sniff_test.go | ||
sniff.go | ||
status.go | ||
transfer_test.go | ||
transfer.go | ||
transport_internal_test.go | ||
transport_test.go | ||
transport.go | ||
triv.go |