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
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
2017-03-01
net/http: fix flaky TestClientRedirect308NoLocation
Brad Fitzpatrick
2017-01-24
net/http: don't send body on redirects for 301, 302, 303 when GetBody is set
Brad Fitzpatrick
2017-01-09
net/http: preserve original HTTP method when possible
Joe Tsai
2016-12-08
net/http: don't retry Transport requests if they have a body
Brad Fitzpatrick
2016-11-21
net/http: deflake TestClientTimeout
Brad Fitzpatrick
2016-11-11
net/http: make Server log on bad requests from clients
Kenny Grant
2016-11-11
all: fix vet nits
Josh Bleecher Snyder
2016-11-10
net/http: deflake TestClientTimeout
Brad Fitzpatrick
2016-11-10
net/http: don't wrap request cancellation errors in timeouts
Emmanuel Odeke
2016-11-08
net/http: deflake TestClientRedirects
Brad Fitzpatrick
2016-11-05
net/http: deflake TestClientRedirectTypes and maybe some similar ones
Brad Fitzpatrick
2016-11-04
net/http: speed up tests, use t.Parallel when it's safe
Brad Fitzpatrick
2016-11-04
net/http: tweak the new Client 307/308 redirect behavior a bit
Brad Fitzpatrick
2016-10-30
net/http: handle 3xx redirects properly
Emmanuel Odeke
2016-10-26
net/http: gofmt -w -s
Mikio Hara
2016-10-25
net/http: fix redirect logic to handle mutations of cookies
Joe Tsai
2016-09-26
net/http: add Client tests for various 3xx redirect codes
Emmanuel Odeke
2016-09-09
net/http: make Client copy headers on redirect
Brad Fitzpatrick
2016-08-23
net/http: if context is canceled, return its error
Ian Lance Taylor
[next]