aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/client_test.go
AgeCommit message (Expand)Author
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2017-03-01net/http: deflake TestClientRedirect308NoGetBodyBrad Fitzpatrick
2017-03-01net/http: fix flaky TestClientRedirect308NoLocationBrad Fitzpatrick
2017-01-24net/http: don't send body on redirects for 301, 302, 303 when GetBody is setBrad Fitzpatrick
2017-01-09net/http: preserve original HTTP method when possibleJoe Tsai
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-11-21net/http: deflake TestClientTimeoutBrad Fitzpatrick
2016-11-11net/http: make Server log on bad requests from clientsKenny Grant
2016-11-11all: fix vet nitsJosh Bleecher Snyder
2016-11-10net/http: deflake TestClientTimeoutBrad Fitzpatrick
2016-11-10net/http: don't wrap request cancellation errors in timeoutsEmmanuel Odeke
2016-11-08net/http: deflake TestClientRedirectsBrad Fitzpatrick
2016-11-05net/http: deflake TestClientRedirectTypes and maybe some similar onesBrad Fitzpatrick
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-04net/http: tweak the new Client 307/308 redirect behavior a bitBrad Fitzpatrick
2016-10-30net/http: handle 3xx redirects properlyEmmanuel Odeke
2016-10-26net/http: gofmt -w -sMikio Hara
2016-10-25net/http: fix redirect logic to handle mutations of cookiesJoe Tsai
2016-09-26net/http: add Client tests for various 3xx redirect codesEmmanuel Odeke
2016-09-09net/http: make Client copy headers on redirectBrad Fitzpatrick
2016-08-23net/http: if context is canceled, return its errorIan Lance Taylor
2016-05-18net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick
2016-05-06net/http: don't assume Response.Request is populated after redirect errorsBrad Fitzpatrick
2016-04-08net/http: fixed trivial go vet warningsEmmanuel Odeke
2016-04-06net/http: keep request context during Client redirectsBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-21net/http: make Client propagate Request.Cancel over redirected requestsOlivier Poitrey
2016-01-05net/http: make Client use Request.Cancel for timeouts instead of CancelRequestBrad Fitzpatrick
2015-12-16net/http: split Trailers tests into two halvesBrad Fitzpatrick
2015-12-15net/http: skip TestClientTimeout_Headers in HTTP/2 modeBurcu Dogan
2015-12-15net/http: test client timeout against HTTP/2Burcu Dogan
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-12-09net/http: testClientHead now in http2 modeEmmanuel Odeke
2015-12-09net/http: clientHeadContentLength test now in http2 modeEmmanuel Odeke
2015-12-09net/http: testClientRedirectEatsBody test now in http2 modeEmmanuel Odeke
2015-12-08net/http: testStreamingGet now in http2 modeEmmanuel Odeke
2015-12-03net/http: make Client follow redirects even if Request.Method is emptyBrad Fitzpatrick
2015-11-17net/http: detect when an HTTPS client contacts an HTTP serverCaleb Spare
2015-11-10crypto/tls: don't send IP literals as SNI values.Adam Langley
2015-10-10net/url: make *url.Error implement net.ErrorDave Cheney
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-26net/http: don't overwrite Authorization headers when URL has usernameSteve Streeting
2015-06-11all: fix misprints in commentsAinar Garipov
2015-05-11net/http: silence race detector on client header timeout testDaniel Morsing
2015-04-20net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick
2014-12-30net/http: support for setting trailers from a server HandlerBrad Fitzpatrick
2014-12-20net/http: make Client.Timeout return net.Error errors indicating timeoutBrad Fitzpatrick
2014-10-07net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich