index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
readrequest_test.go
Age
Commit message (
Expand
)
Author
2024-02-14
net/http: reject requests with invalid Content-Length headers
Andy Pan
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-09-19
net/http: correctly test for leading header spaces in TestReadRequest_Bad
Damien Neil
2022-09-07
net/http: use strings.Builder
cuiweixie
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-08-28
net/url: improve url parsing error messages by quoting
Stefan Baebler
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
2017-11-10
net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeader
Wèi Cōngruì
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-03-31
net/http: allow Handlers to handle http2 upgrade PRI requests
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-07
net/http: revert overly-strict part of earlier smuggling defense
Brad Fitzpatrick
2015-06-30
net/http: harden Server against request smuggling
Brad Fitzpatrick
2015-06-30
net/url: only record RawPath when it is needed
Russ Cox
2015-06-24
net/url: validate ports in URLs and bytes after IPv6 literals
Brad Fitzpatrick
2015-06-22
net/http: fix tests for recent URL.RawPath addition
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox