aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/export_test.go
AgeCommit message (Expand)Author
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-09-18net/http: fix HTTP/2 idle pool tracingTom Thorogood
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
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-10-02net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick
2018-07-24net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-12net/http: make Transport.CloseIdleConnections close non-bundled http2.TransportBrad Fitzpatrick
2018-07-09net/http: add Transport.MaxConnsPerHost knobMark Fischer
2018-06-28net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick
2018-05-29net/http: vendor x/net/http/httpproxy, use it in net/httpRoger Peppe
2017-12-01net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick
2017-08-28net/http: Set a timeout on Request.Context when using TimeoutHandlerMichael Fraenkel
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-04-28net/http: re-simplify HTTP/1.x status line writingBrad Fitzpatrick
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2016-11-03net/http: support If-Match in ServeContentDan Harrington
2016-11-03net/http: deflake TestServerSetKeepAlivesEnabledClosesConnsBrad Fitzpatrick
2016-11-01net/http: add Server.Close & Server.Shutdown for forced & graceful shutdownBrad Fitzpatrick
2016-09-30net/http: update bundled http2, add h2 Transport.IdleConnTimeout testsBrad Fitzpatrick
2016-09-09net/http: make Client copy headers on redirectBrad Fitzpatrick
2016-05-20net/http: update bundled http2Brad Fitzpatrick
2016-05-01net/http: add Transport.IdleConnTimeoutBrad Fitzpatrick
2016-05-01net/http: add Transport.MaxIdleConns limitBrad Fitzpatrick
2016-03-21all: delete dead test codeDominik Honnef
2016-03-07net/http: TimeoutHandler should start timer when serving requestCaio Marcelo de Oliveira Filho
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-13net/http: fix Transport crash when abandoning dial which upgrades protosBrad Fitzpatrick
2016-01-05net/http: tighten protocol between Transport.roundTrip and persistConn.readLoopBrad Fitzpatrick
2015-12-16net/http: fix Transport race returning bodyless responses and reusing connsBrad Fitzpatrick
2015-12-14net/http: fix race in TimeoutHandlerBrad Fitzpatrick
2015-12-03net/http: deflake a non-short test, clean up export_test.goBrad Fitzpatrick
2015-12-01net/http: retry idempotent HTTP reqs on dead reused connsBlake Gentry
2015-11-19net/http: start of making all relevant tests test both http1 and http2Brad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-10-19net/http: use the correct error variable in serveFileBrad Fitzpatrick
2015-05-01net/http: fix scheduling race resulting in flaky testBrad Fitzpatrick
2015-04-22net/http: fix race between dialing and cancelingDaniel Morsing
2015-04-20net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick
2015-04-09net/http: handle close/response race more gracefullyDaniel Morsing
2014-10-07net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich
2014-09-29net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick
2014-09-24net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick
2014-09-24net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox