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
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
2016-05-18
net/http: allow Client.CheckRedirect to use most recent response
Brad Fitzpatrick
2016-05-06
net/http: don't assume Response.Request is populated after redirect errors
Brad Fitzpatrick
2016-04-08
net/http: fixed trivial go vet warnings
Emmanuel Odeke
2016-04-06
net/http: keep request context during Client redirects
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-01-21
net/http: make Client propagate Request.Cancel over redirected requests
Olivier Poitrey
2016-01-05
net/http: make Client use Request.Cancel for timeouts instead of CancelRequest
Brad Fitzpatrick
2015-12-16
net/http: split Trailers tests into two halves
Brad Fitzpatrick
2015-12-15
net/http: skip TestClientTimeout_Headers in HTTP/2 mode
Burcu Dogan
2015-12-15
net/http: test client timeout against HTTP/2
Burcu Dogan
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-12-09
net/http: testClientHead now in http2 mode
Emmanuel Odeke
2015-12-09
net/http: clientHeadContentLength test now in http2 mode
Emmanuel Odeke
2015-12-09
net/http: testClientRedirectEatsBody test now in http2 mode
Emmanuel Odeke
2015-12-08
net/http: testStreamingGet now in http2 mode
Emmanuel Odeke
2015-12-03
net/http: make Client follow redirects even if Request.Method is empty
Brad Fitzpatrick
2015-11-17
net/http: detect when an HTTPS client contacts an HTTP server
Caleb Spare
2015-11-10
crypto/tls: don't send IP literals as SNI values.
Adam Langley
2015-10-10
net/url: make *url.Error implement net.Error
Dave Cheney
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-26
net/http: don't overwrite Authorization headers when URL has username
Steve Streeting
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-05-11
net/http: silence race detector on client header timeout test
Daniel Morsing
2015-04-20
net/http: fix Transport data race, double cancel panic, cancel error message
Brad Fitzpatrick
2014-12-30
net/http: support for setting trailers from a server Handler
Brad Fitzpatrick
2014-12-20
net/http: make Client.Timeout return net.Error errors indicating timeout
Brad Fitzpatrick
2014-10-07
net/http: fix authentication info leakage in Referer header (potential securi...
Jens Frederich
[prev]
[next]