mirror of
https://github.com/golang/go
synced 2024-11-19 10:34:46 -07:00
0421e78f05
As Andy Balholm noted in #11207: "RFC2616 §4.2 says that a header's field-content can consist of *TEXT, and RFC2616 §2.2 says that TEXT is <any OCTET except CTLs, but including LWS>, so that would mean that bytes greater than 128 are allowed." This is a partial rollback of the strictness from https://golang.org/cl/11207 (added in the Go 1.6 dev cycle, only released in Go 1.6beta1) Fixes #11207 Change-Id: I3a752a7941de100e4803ff16a5d626d5cfec4f03 Reviewed-on: https://go-review.googlesource.com/18374 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
cgi | ||
cookiejar | ||
fcgi | ||
httptest | ||
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 | ||
jar.go | ||
lex_test.go | ||
lex.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_test.go | ||
transport.go | ||
triv.go |