aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2021-08-04[release-branch.go1.15] net/http: speed up and deflake TestCancelRequestWhenS...Damien Neil
2021-08-02[release-branch.go1.15] net/http/httputil: close incoming ReverseProxy reques...Damien Neil
2021-06-02[release-branch.go1.15] net/http: prevent infinite wait during TestMissingSta...Michael Fraenkel
2021-05-28[release-branch.go1.15] net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-03-29[release-branch.go1.15] net/http: fix detection of Roundtrippers that always ...Michael Fraenkel
2021-03-29[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2021-03-02[release-branch.go1.15] net/http: add connections back that haven't been canc...Michael Fraenkel
2021-03-02[release-branch.go1.15] net/http: ignore connection closes once done with the...Michael Fraenkel
2021-02-01[release-branch.go1.15] net/http: update bundled x/net/http2Damien Neil
2020-10-30[release-branch.go1.15] net/http: update bundled x/net/http2Dmitri Shuralyov
2020-10-23[release-branch.go1.15] net/http: deep copy Request.TransferEncodingdqu123
2020-10-22[release-branch.go1.15] src, net/http: update vendor, regenerate h2_bundle.goEmmanuel T Odeke
2020-09-02[release-branch.go1.15] net/http/fgci: skip flaky testFilippo Valsorda
2020-09-01[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2020-06-23net/http: document Dir behavior with symlinksKatie Hockman
2020-06-17net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-29net/http: clarify that AddCookie only sanitizes the Cookie being addedVolker Dobler
2020-05-27net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox
2020-05-09net/http/pprof: document the trace endpoint is for execution traceHana (Hyang-Ah) Kim
2020-05-06net/http/cgi: reject invalid header namesFilippo Valsorda
2020-05-06net/http: use ASCII space trimming throughoutFilippo Valsorda
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2020-05-05net/http: update link to chrome documentation on connection managementsmasher164
2020-05-05net/http/httputil: don't use testing.T after test completesAndrew G. Morgan
2020-05-02net/http/httputil: handle escaped paths in SingleHostReverseProxyDaniel Kumor
2020-05-01cmd,std: update golang.org/x/net to 20200501053045-e0ff5e5a1de5Brad Fitzpatrick
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-04-30net/http/httputil: don't append to X-Forwarded-For in ReverseProxy when nilBrad Fitzpatrick
2020-04-30net/http/cgi: replace constant map with switch statementMatthew Dempsky
2020-04-26net/http/httputil: make Switching Protocol requests (e.g. Websockets) cancelablePierre Carru
2020-04-25net/http/httputil: fix typo in unit test nameTyson Andre
2020-04-22net/http/pprof: allow "seconds" parameters to most profilesHana (Hyang-Ah) Kim
2020-04-22net/http/pprof: make TestDeltaProfile less flaky by retryingHana (Hyang-Ah) Kim
2020-04-21net/http: fix Server.Shutdown race where it could miss an active connectionBrad Fitzpatrick
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-04-02net/http: release callbacks after fetch promise completesDmitri Shuralyov
2020-03-31net/http: treat a nil Body from a custom RoundTripper as an empty oneBryan C. Mills
2020-03-29net/http: use DOMException.message property in error textDmitri Shuralyov
2020-03-27net/http: remove arbitrary timeouts from TestIdentityResponse and TestTLSHand...Bryan C. Mills
2020-03-22net/http: remove period at end of error messaged-tsuji
2020-03-20net/http: update bundled x/net/http2Emmanuel T Odeke
2020-03-15net/http: use atomicBool for inShutdownRobert Kuska
2020-03-11net/http: use t.Deadline instead of an arbitrary timeout in TestServerConnStateBryan C. Mills
2020-03-06net/http/cgi: remove outdated TODOTim Cooper