aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
AgeCommit message (Expand)Author
2019-11-02net/http: deflake TestCancelRequestWithChannelBeforeDo_CancelConstantin Konstantinidis
2019-10-29net/http: only decrement connection count if we removed a connectionMichael Fraenkel
2019-10-25net/http: skip failing test on windows-amd64-longtest builderBryan C. Mills
2019-10-22net/http: don't cache http2.erringRoundTripper connectionsBrad Fitzpatrick
2019-10-21net/http: make Transport.RoundTrip close body on any invalid requestEmmanuel T Odeke
2019-10-20net/http: make Transport.roundTrip close body on invalid methodLuke Young
2019-09-26net/textproto: don't normalize headers with spaces before the colonFilippo Valsorda
2019-09-24net/http: remove http2 connections when no longer cachedMichael Fraenkel
2019-09-18net/http: fix HTTP/2 idle pool tracingTom Thorogood
2019-08-28net/http: fix a long test after CL 185117Daniel Martí
2019-08-27net/http: fix wantConnQueue memory leaks in TransportBryan C. Mills
2019-08-12net/url: make Hostname and Port predictable for invalid Host valuesFilippo Valsorda
2019-07-08net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox
2019-05-30net/http: prevent Transport from spamming stderr on server 408 replyBrad Fitzpatrick
2019-05-28net/http: fix TestTransportServerClosingUnexpectedly flakeBrad Fitzpatrick
2019-05-03net/http: fix TestTransportMaxConnsPerHost flakesMichael Fraenkel
2019-05-03net/http: add Transport.CloneBrad Fitzpatrick
2019-05-02net/http: skip flaky TestTransportMaxConnsPerHost for nowBrad Fitzpatrick
2019-04-30net/http: make Transport.MaxConnsPerHost work for HTTP/2Michael Fraenkel
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-04-16net/http: rename DialerAndTLSConfigSupportsHTTP2 to ForceAttemptHTTP2Kunpei Sakai
2019-04-16net/http: introduce DialerAndTLSConfigSupportsHTTP2 in TransportKunpei Sakai
2019-03-11net/http: add missing error checks in testsLeon Klingele
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-03-07net/http: unfurl persistConnWriter's underlying writerChris Marchesi
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-28net/http: prevent transport sends two "Connection: close" headersMeng Zhuo
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-10-25net: make cgo resolver work more accurately with network parameterEugene Kalinin
2018-10-12net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-28all: remove repeated "the" from commentsIan Davis
2018-08-25net/http: make Transport return Writable Response.Body on protocol switchBrad Fitzpatrick
2018-08-20all: update stale test skipsDaniel Martí
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-19net/http: deflake TestClientTimeoutKillsConn_AfterHeadersBrad Fitzpatrick
2018-07-12net/http: add tests to validate that Client.Timeout closes connectionsBrad Fitzpatrick
2018-07-09net/http: update bundled http2Brad Fitzpatrick
2018-07-09vendor: update vendored x/net/http/httpproxyBrad Fitzpatrick
2018-07-09net/http: add Transport.MaxConnsPerHost knobMark Fischer
2018-07-03net/http: make Transport treat 101 as a terminal statusMark Fischer
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-06-13net/http: make Transport.RoundTrip check context.Done earlierBrad Fitzpatrick
2018-06-12net/http, net/http/httptrace: make Transport support 1xx responses properlyBrad Fitzpatrick
2018-05-29net/http: vendor x/net/http/httpproxy, use it in net/httpRoger Peppe
2018-05-24net/http: conservatively flush Transport request headers by defaultBrad Fitzpatrick
2018-04-18net/http: remove stderr log spam in testBrad Fitzpatrick
2018-04-06net/http: replace SOCKS client implementationMikio Hara
2018-03-20net/http: remove extraneous call to VerifyHostnamePaul Querna
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan