aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/client_test.go
AgeCommit message (Expand)Author
2021-12-01[release-branch.go1.16] net/http: do not cancel request context on response b...Damien Neil
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
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