aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/client_test.go
AgeCommit message (Expand)Author
4 daysnet/http: run tests for HTTP/3 where it can already passNicholas S. Husin
4 daysnet/http: fix data race in TestClientRedirectUseResponseNicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-02-06net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponseDmitri Shuralyov
2025-10-10net/http: strip request body headers on POST to GET redirectsSean Liao
2025-10-10net/http: set cookie host to Request.Host when availableSean Liao
2025-08-29all: delete more windows/arm remnantsTobias Klauser
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-05-20net/http: upon http redirect, copy Request.GetBody in new requestMarc-Antoine Ruel
2025-04-15net/http: test intended behavior in TestClientInsecureTransportDamien Neil
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2024-11-06net/http: 308 redirects should use the previous hop's bodyDamien Neil
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-05-22crypto/tls: disable 3-DES by defaultFilippo Valsorda
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-03-05net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zonesDamien Neil
2024-02-28net/http: make timeout errors match context.DeadlineExceededDamien Neil
2024-01-26Revert "net/http: wrap client errors"Cherry Mui
2024-01-25net/http: wrap client errorskayos@tcp.direct
2023-11-14crypto/tls: remove RSA KEX ciphers from the default listRoland Shoemaker
2023-11-02net/http: remove arbitrary timeouts in tests of Server.ErrorLogBryan C. Mills
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-03-24net/http: continue using referer header if it's presentPaschalis Tsilias
2023-01-26net/http: keep sensitive headers on redirects to the same hostGustavo Falco
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-08-22net/http: skip Get flakes in TestClientTimeout tests on windows/arm4Bryan C. Mills
2022-03-31net/http: handle 3xx responses with no LocationDamien Neil
2022-01-18net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-05net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-12net/http: do not cancel request context on response body readDamien Neil
2021-11-04net/http: reduce TestClientTimeout_h{1,2} latencyBryan C. Mills
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-02net/http: fix hang in probing for a zero-length request bodyDamien Neil
2021-04-10all: fix spellingsNaman Gera
2021-03-31net/http: use consistent case in URL in names徐志伟
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-03-31net/http: treat a nil Body from a custom RoundTripper as an empty oneBryan C. Mills
2019-10-14net/http: fix and lock-in Client.Do docs on request cancelationEmmanuel T Odeke
2019-09-25net/http: propagate Client.Timeout down into Request's context deadlineBrad Fitzpatrick
2019-08-28net/url: improve url parsing error messages by quotingStefan Baebler
2019-05-28net/http: quiet some log spam in testsBrad Fitzpatrick
2019-05-03net/http: strip escaped password from errorThanabodee Charoenpiriyakij
2019-05-03net/http: add func NewRequestWithContext, Request.CloneBrad Fitzpatrick
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-08-20net/http: add Client.CloseIdleConnectionsBrad Fitzpatrick
2018-03-31net/http: strip password from error messageGregory Man
2017-10-16net/http: preserve Host header following a relative redirectTom Bergan
2017-10-02net/http: use canonicalAddr on shouldCopyHeaderOnRedirectGuilherme Rezende