aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
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
2021-08-04net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil
2021-07-30net/http/httputil: close incoming ReverseProxy request bodyDamien Neil
2021-07-16net/http: correct capitalization in cancelTimeBody commentshota3506
2021-07-02net/http: mention socks5 support in proxySean Liao
2021-06-15net/http: improve some server docsFilippo Valsorda
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-06-09net/http: add AllowQuerySemicolonsFilippo Valsorda
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-06-04net/http: fix ResponseWriter.ReadFrom with short readsDamien Neil
2021-05-27net/http: correct Client.Do doc about context cancelationManlio Perillo
2021-05-27net/http/httputil: always remove hop-by-hop headersFilippo Valsorda
2021-05-19cmd/internal/moddeps: use filepath.SkipDir only on directoriesDmitri Shuralyov
2021-05-14net/http: prevent infinite wait during TestMissingStatusNoPanicMichael Fraenkel
2021-05-14all: fix spellingJohn Bampton
2021-05-11net/http: check that Unicode-aware functions are not usedFilippo Valsorda
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-05-05all: update vendored dependencies for Go 1.17Alexander Rakoczy