aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2020-08-25Revert "net/http: fix data race due to writeLoop goroutine left running"Bryan C. Mills
2020-08-25net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-08-25net/http: handle Request.URL.RawPath in StripPrefixAndrew Gerrand
2020-08-24net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCHSegflow
2020-08-21net/http: use iotest.ErrReader in testsCarlos Alexandro Becker
2020-08-18all: fix spelling mistakeslihaowei
2020-08-15net/http: avoid setting body when NoBody is set for js/wasmAgniva De Sarker
2020-08-07[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-07-17[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-07-10[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2020-06-26[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-23net/http: document Dir behavior with symlinksKatie Hockman
2020-06-19[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-17net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-06-11[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...Cherry Zhang
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
2020-03-03net/http: fix handling of HTTP/2 upgrade failuresRuss Cox