aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2022-07-12net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil
2022-07-11net/http: remove Content-Encoding in writeNotModifiedMitar
2022-07-08net/http: wait for listeners to exit in Server.Close and ShutdownDamien Neil
2022-07-01net/http: omit invalid header value from error messageAlexander Yastrebov
2022-06-29net/http: preserve nil values in Header.CloneDamien Neil
2022-06-29net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil
2022-06-10net/http: doc: update RFC reference for appropriate HTTP codesLouis PORTAY
2022-05-18net/http/cookiejar: allow cookies with an IP address in the domain attributeVolker dobler
2022-05-17all: fix spellingJohn Bampton
2022-05-17net/http: unskip TestEarlyHintsRequest_h2Kévin Dunglas
2022-05-17net/http: allow sending 1xx responsesKévin Dunglas
2022-05-16all: update vendored golang.org/x dependencies for Go 1.19 releaseDmitri Shuralyov
2022-05-11Revert "net/http: close accepted connection"Alexander Yastrebov
2022-05-09net/http: close accepted connectionAlexander Yastrebov
2022-05-08all: fix some lint issuesRyan Leung
2022-05-03io: NopCloser forward WriterTo implementations if the reader supports itJorropo
2022-05-02net/http: fix for recent go.mod updateRuss Cox
2022-05-02vendor, net/http: update golang.org/x/net to tipJorropo
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