aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
AgeCommit message (Expand)Author
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
2017-11-02net/http: quiet some log spam in TestNoBodyOnChunked304ResponseBrad Fitzpatrick
2017-11-02net/http: remove some log spam in test, add missing error detailBrad Fitzpatrick
2017-10-19net/http: ignore response body when forbidden by status codeBen Burkert
2017-10-16net/http: fix panic when status without description for proxied HTTPS responsessoluchok
2017-10-13net/http: HTTPS proxies supportBen Schwartz
2017-09-11net/http: allow reuse of http.Request objectsLuan Santos
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-05-24net/http: polish gzip case insensitive testEmmanuel Odeke
2017-05-24net/http: make Transport respect non lower case Content-EncodingJan Berktold
2017-03-13net/http: unset proxy environment after testChew Choon Keat
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2017-03-02net/http: add support for socks5 proxyMichel Lespinasse
2017-02-03net/http: fix dns hijacking testRuss Cox
2017-02-01net/http: detect Comcast et al DNS and auto-skip DNS testsKale Blankenship
2017-01-11net/http: deflake TestRetryIdempotentRequestsOnErrorBrad Fitzpatrick
2017-01-06net/http: better failure in TestTransportPersistConnLeakRuss Cox
2016-11-16net/http: fix a typo in testMikio Hara
2016-11-13net/http: enable timeout tests on Plan 9David du Colombier
2016-11-09net/http: deflake TestIdleConnH2CrashBrad Fitzpatrick
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-01net/http: make Transport reject URLs with bogus ports with non-digitsBrad Fitzpatrick
2016-11-01net/http: add Transport.ProxyConnectHeader to control headers to proxiesBrad Fitzpatrick
2016-10-31net/http: returned typed error on Transport proxy dialQuentin Renard
2016-10-20net/http: remove workaround in TestTransportClosesBodyOnError on Plan 9David du Colombier
2016-10-19net/http/httptrace: add ClientTrace.TLSHandshakeStart & TLSHandshakeDoneEdward Muller
2016-10-19net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick
2016-10-18net/http: enable TestTransportRemovesDeadIdleConnections on Plan 9David du Colombier
2016-10-18net: enable TestCancelRequestWithChannelBeforeDo on Plan 9David du Colombier
2016-09-30net/http: update bundled http2, add h2 Transport.IdleConnTimeout testsBrad Fitzpatrick
2016-09-13net/http: make Transport support international domain namesBrad Fitzpatrick
2016-09-12net/http: skip test needing good DNS in short mode, except on buildersBrad Fitzpatrick
2016-08-30net/http: fix ordering & data race in TestTransportEventTrace_h2Brad Fitzpatrick
2016-08-23net/http: if context is canceled, return its errorIan Lance Taylor