aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/readrequest_test.go
AgeCommit message (Expand)Author
2019-08-28net/url: improve url parsing error messages by quotingStefan Baebler
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan
2017-11-10net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-03-31net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-07net/http: revert overly-strict part of earlier smuggling defenseBrad Fitzpatrick
2015-06-30net/http: harden Server against request smugglingBrad Fitzpatrick
2015-06-30net/url: only record RawPath when it is neededRuss Cox
2015-06-24net/url: validate ports in URLs and bytes after IPv6 literalsBrad Fitzpatrick
2015-06-22net/http: fix tests for recent URL.RawPath additionRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox