summaryrefslogtreecommitdiff
path: root/src/net/http/readrequest_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* net/url: improve url parsing error messages by quotingStefan Baebler2019-08-281-2/+2
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-1/+1
* net/textproto: reject all headers with a leading spaceTom Bergan2017-11-271-20/+8
* net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì2017-11-101-0/+20
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-13/+13
* net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick2016-03-311-0/+21
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http: revert overly-strict part of earlier smuggling defenseBrad Fitzpatrick2015-07-071-5/+30
* net/http: harden Server against request smugglingBrad Fitzpatrick2015-06-301-5/+60
* net/url: only record RawPath when it is neededRuss Cox2015-06-301-14/+8
* net/url: validate ports in URLs and bytes after IPv6 literalsBrad Fitzpatrick2015-06-241-0/+8
* net/http: fix tests for recent URL.RawPath additionRuss Cox2015-06-221-8/+14
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+358