aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-20net/http: drop mimesniff for audio/basicSean Liao
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2022-04-18net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills
2022-04-17net/http: correctly show error types in transfer testJorropo
2022-04-15net/http: optimize StatusText implementationJoão Penteado
2022-04-15net/http: remove cloneURL call in WithContextBobby Powers
2022-04-11net/http/httptest: allow multiple fields be present in one Trailer fieldMaxime Soulé
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-06net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsdBryan C. Mills
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-31net/http: handle 3xx responses with no LocationDamien Neil
2022-03-25net/http/httptest: fix race in Server.CloseMaisem Ali
2022-03-24net/http/httputil: ignore CloseNotify when a non-background context is presentDamien Neil
2022-03-22net/http: fix nil body causing ParseMultipartForm to panichopehook
2022-03-20net/http: flesh out Request.SetBasicAuth docs a bitBrad Fitzpatrick
2022-03-17all: update vendored x dependencies for Go 1.19 development cycleHeschi Kreinick
2022-03-08net/http/pprof: skip TestDeltaProfile on all arm and arm64 architecturesBryan C. Mills
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