index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
client_test.go
Age
Commit message (
Expand
)
Author
2025-10-10
net/http: strip request body headers on POST to GET redirects
Sean Liao
2025-10-10
net/http: set cookie host to Request.Host when available
Sean Liao
2025-08-29
all: delete more windows/arm remnants
Tobias Klauser
2025-06-05
net/http: strip sensitive proxy headers from redirect requests
Neal Patel
2025-05-20
net/http: upon http redirect, copy Request.GetBody in new request
Marc-Antoine Ruel
2025-04-15
net/http: test intended behavior in TestClientInsecureTransport
Damien Neil
2025-01-16
net/http: persist header stripping across repeated redirects
Damien Neil
2024-11-06
net/http: 308 redirects should use the previous hop's body
Damien Neil
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-05-22
crypto/tls: disable 3-DES by default
Filippo Valsorda
2024-04-17
net/http: don't cancel Dials when requests are canceled
Damien Neil
2024-03-05
net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
Damien Neil
2024-02-28
net/http: make timeout errors match context.DeadlineExceeded
Damien Neil
2024-01-26
Revert "net/http: wrap client errors"
Cherry Mui
2024-01-25
net/http: wrap client errors
kayos@tcp.direct
2023-11-14
crypto/tls: remove RSA KEX ciphers from the default list
Roland Shoemaker
2023-11-02
net/http: remove arbitrary timeouts in tests of Server.ErrorLog
Bryan C. Mills
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-03-24
net/http: continue using referer header if it's present
Paschalis Tsilias
2023-01-26
net/http: keep sensitive headers on redirects to the same host
Gustavo Falco
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-08-22
net/http: skip Get flakes in TestClientTimeout tests on windows/arm4
Bryan C. Mills
2022-03-31
net/http: handle 3xx responses with no Location
Damien Neil
2022-01-18
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2022-01-05
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-12
net/http: do not cancel request context on response body read
Damien Neil
2021-11-04
net/http: reduce TestClientTimeout_h{1,2} latency
Bryan C. Mills
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-02
net/http: fix hang in probing for a zero-length request body
Damien Neil
2021-04-10
all: fix spellings
Naman Gera
2021-03-31
net/http: use consistent case in URL in names
徐志伟
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: ensure Request.Body.Close is called once and only once
Ross Light
2020-03-31
net/http: treat a nil Body from a custom RoundTripper as an empty one
Bryan C. Mills
2019-10-14
net/http: fix and lock-in Client.Do docs on request cancelation
Emmanuel T Odeke
2019-09-25
net/http: propagate Client.Timeout down into Request's context deadline
Brad Fitzpatrick
2019-08-28
net/url: improve url parsing error messages by quoting
Stefan Baebler
2019-05-28
net/http: quiet some log spam in tests
Brad Fitzpatrick
2019-05-03
net/http: strip escaped password from error
Thanabodee Charoenpiriyakij
2019-05-03
net/http: add func NewRequestWithContext, Request.Clone
Brad Fitzpatrick
2018-11-12
crypto/tls: enable TLS 1.3 and update tests
Filippo Valsorda
2018-08-20
net/http: add Client.CloseIdleConnections
Brad Fitzpatrick
2018-03-31
net/http: strip password from error message
Gregory Man
2017-10-16
net/http: preserve Host header following a relative redirect
Tom Bergan
2017-10-02
net/http: use canonicalAddr on shouldCopyHeaderOnRedirect
Guilherme Rezende
2017-06-05
net/http: make Transport retry GetBody requests if nothing written
David Glasser
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2017-03-02
net/http: clean up Transport.RoundTrip error handling
Brad Fitzpatrick
2017-03-01
net/http: deflake TestClientRedirect308NoGetBody
Brad Fitzpatrick
[next]