aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-12-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-12-06[release-branch.go1.18] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil
2022-09-28[release-branch.go1.18] net/http/httputil: avoid query parameter smugglingDamien Neil
2022-09-09[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil
2022-09-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-07-12[release-branch.go1.18] net/http: preserve nil values in Header.CloneDamien Neil
2022-07-12[release-branch.go1.18] net/http: don't strip whitespace from Transfer-Encodi...Damien Neil
2022-05-09[release-branch.go1.18] net/http/httptest: fix race in Server.CloseMaisem Ali
2022-02-14net/http: deflake request-not-written pathDamien Neil
2022-01-18net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-10net/http: map FS Open errors just like DirJonathan Amsterdam
2022-01-08net/http/internal/testcert: use FIPS-compliant certificateDamien Neil
2022-01-05net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2021-12-21net/http: fix link to ResponseWriter trailer exampleReilly Watson
2021-12-16net/http/pprof: skip TestDeltaProfile on openbsd/armBryan C. Mills
2021-12-13net/http: revert h2_bundle.go formatting change from CL 368254Bryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-09net/http: update bundled golang.org/x/net/http2Filippo Valsorda
2021-12-07net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_bigBryan C. Mills
2021-11-30net/http: eliminate arbitrary timeout in TestClientWriteShutdownBryan C. Mills
2021-11-29vendor: update golang.org/x/net to tipIan Lance Taylor
2021-11-12net/http: do not send Transfer-Encoding: identity in responsesDamien Neil
2021-11-12net/http: do not cancel request context on response body readDamien Neil
2021-11-09all: update vendored golang.org/x/{net,text} for Go 1.18 releaseDmitri Shuralyov
2021-11-09net/http: add MaxBytesHandlerCarl Johnson
2021-11-08net/http: deflake TestTimeoutHandlerContextCanceledDamien Neil
2021-11-07net/http: fix spelling in documentationjiahua wang
2021-11-05net/http: adjust a substring which matches "uninteresting" goroutineNevkontakte
2021-11-05net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen
2021-11-05net/http: fix comment of writeRequestKeiichi Hirobe
2021-11-04net/http: reduce TestClientTimeout_h{1,2} latencyBryan C. Mills
2021-11-02net/http: deflake TestServerKeepAlivesEnabled_h{1,2}Damien Neil
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-10-28net/http: restore generated // +build commentBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-28net/http: guarantee that the Transport dial functions are respected in js/wasmNeil Alexander
2021-10-25net/http: correct Content-Length parsing for js/wasmCharlotte Brandhorst-Satzkorn
2021-10-20net/http/internal: return unexpected EOF on incomplete chunk readAlexander Yastrebov
2021-10-14net/http: also use Server.ReadHeaderTimeout for TLS handshake deadlineBrad Fitzpatrick
2021-10-13net/http/httputil: allow MIME parameters when detecting SSE in ReverseProxyJames Harris
2021-10-06net/http: add Cookie.Valid methodJohn Kelly
2021-10-06all: update golang.org/x/net to pull in CL 353390Damien Neil
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-10-06net/http: parse HTTP version strings according to RFC 7230Damien Neil
2021-10-02net/http/pprof: use "curl" instead of "wget" in usage exampleLeon Klingele
2021-09-02net/http: fix hang in probing for a zero-length request bodyDamien Neil
2021-09-02net/http: close request body after recovering from a handler panicDamien Neil
2021-09-01all: update golang.org/x/net to pull in CL 346890Damien Neil
2021-08-20net/http: fix typo in header.goHuanCheng
2021-08-16net/http: drop headers with invalid keys in Header.WriteDamien Neil