summaryrefslogtreecommitdiff
path: root/src/net/http/client_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-211-10/+9
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-111-0/+1
* all: fix vet nitsJosh Bleecher Snyder2016-11-111-1/+1
* net/http: deflake TestClientTimeoutBrad Fitzpatrick2016-11-101-1/+1
* net/http: don't wrap request cancellation errors in timeoutsEmmanuel Odeke2016-11-101-12/+49
* net/http: deflake TestClientRedirectsBrad Fitzpatrick2016-11-081-5/+8
* net/http: deflake TestClientRedirectTypes and maybe some similar onesBrad Fitzpatrick2016-11-051-18/+46
* net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick2016-11-041-0/+6
* net/http: tweak the new Client 307/308 redirect behavior a bitBrad Fitzpatrick2016-11-041-0/+51
* net/http: handle 3xx redirects properlyEmmanuel Odeke2016-10-301-34/+145
* net/http: gofmt -w -sMikio Hara2016-10-261-20/+20
* net/http: fix redirect logic to handle mutations of cookiesJoe Tsai2016-10-251-0/+96
* net/http: add Client tests for various 3xx redirect codesEmmanuel Odeke2016-09-261-0/+68
* net/http: make Client copy headers on redirectBrad Fitzpatrick2016-09-091-0/+109
* net/http: if context is canceled, return its errorIan Lance Taylor2016-08-231-2/+2
* net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick2016-05-181-0/+38
* net/http: don't assume Response.Request is populated after redirect errorsBrad Fitzpatrick2016-05-061-0/+23
* net/http: fixed trivial go vet warningsEmmanuel Odeke2016-04-081-1/+1
* net/http: keep request context during Client redirectsBrad Fitzpatrick2016-04-061-0/+28
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* net/http: make Client propagate Request.Cancel over redirected requestsOlivier Poitrey2016-01-211-1/+17
* net/http: make Client use Request.Cancel for timeouts instead of CancelRequestBrad Fitzpatrick2016-01-051-8/+2
* net/http: split Trailers tests into two halvesBrad Fitzpatrick2015-12-161-77/+0
* net/http: skip TestClientTimeout_Headers in HTTP/2 modeBurcu Dogan2015-12-151-6/+11
* net/http: test client timeout against HTTP/2Burcu Dogan2015-12-151-7/+11
* net/http: run more tests in http2 modeBrad Fitzpatrick2015-12-101-19/+18
* net/http: testClientHead now in http2 modeEmmanuel Odeke2015-12-091-4/+7
* net/http: clientHeadContentLength test now in http2 modeEmmanuel Odeke2015-12-091-5/+13
* net/http: testClientRedirectEatsBody test now in http2 modeEmmanuel Odeke2015-12-091-4/+12
* net/http: testStreamingGet now in http2 modeEmmanuel Odeke2015-12-081-5/+8
* net/http: make Client follow redirects even if Request.Method is emptyBrad Fitzpatrick2015-12-031-0/+7
* net/http: detect when an HTTPS client contacts an HTTP serverCaleb Spare2015-11-171-0/+14
* crypto/tls: don't send IP literals as SNI values.Adam Langley2015-11-101-3/+7
* net/url: make *url.Error implement net.ErrorDave Cheney2015-10-101-4/+3
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-2/+2
* net/http: don't overwrite Authorization headers when URL has usernameSteve Streeting2015-06-261-0/+41
* all: fix misprints in commentsAinar Garipov2015-06-111-1/+1
* net/http: silence race detector on client header timeout testDaniel Morsing2015-05-111-1/+8
* net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick2015-04-201-0/+1
* net/http: support for setting trailers from a server HandlerBrad Fitzpatrick2014-12-301-18/+6
* net/http: make Client.Timeout return net.Error errors indicating timeoutBrad Fitzpatrick2014-12-201-2/+45
* net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich2014-10-071-0/+37
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1038