summaryrefslogtreecommitdiff
path: root/src/net/http/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick2022-04-201-0/+9
* net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen2021-11-051-6/+1
* all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov2020-11-111-1/+1
* net/http: mark http/2 connections activeMichael Fraenkel2020-09-061-0/+11
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+6
* net/http: fix HTTP/2 idle pool tracingTom Thorogood2019-09-181-0/+24
* net/http: fix Transport.MaxConnsPerHost limits & idle pool racesRuss Cox2019-07-081-9/+19
* net/http: prevent Transport from spamming stderr on server 408 replyBrad Fitzpatrick2019-05-301-0/+1
* net/http: fix TestTransportServerClosingUnexpectedly flakeBrad Fitzpatrick2019-05-281-0/+15
* net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick2018-11-141-0/+2
* net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick2018-10-021-3/+3
* net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick2018-07-241-0/+17
* net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick2018-07-241-0/+2
* net/http: make Transport.CloseIdleConnections close non-bundled http2.TransportBrad Fitzpatrick2018-07-121-1/+1
* net/http: add Transport.MaxConnsPerHost knobMark Fischer2018-07-091-3/+11
* net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick2018-06-281-2/+2
* net/http: vendor x/net/http/httpproxy, use it in net/httpRoger Peppe2018-05-291-3/+1
* net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick2017-12-011-0/+6
* net/http: Set a timeout on Request.Context when using TimeoutHandlerMichael Fraenkel2017-08-281-1/+6
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-051-0/+1
* net/http: re-simplify HTTP/1.x status line writingBrad Fitzpatrick2017-04-281-13/+13
* net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick2017-03-021-0/+6
* net/http: support If-Match in ServeContentDan Harrington2016-11-031-0/+1
* net/http: deflake TestServerSetKeepAlivesEnabledClosesConnsBrad Fitzpatrick2016-11-031-0/+12
* net/http: add Server.Close & Server.Shutdown for forced & graceful shutdownBrad Fitzpatrick2016-11-011-0/+6
* net/http: update bundled http2, add h2 Transport.IdleConnTimeout testsBrad Fitzpatrick2016-09-301-0/+18
* net/http: make Client copy headers on redirectBrad Fitzpatrick2016-09-091-0/+2
* net/http: update bundled http2Brad Fitzpatrick2016-05-201-11/+19
* net/http: add Transport.IdleConnTimeoutBrad Fitzpatrick2016-05-011-6/+13
* net/http: add Transport.MaxIdleConns limitBrad Fitzpatrick2016-05-011-0/+2
* all: delete dead test codeDominik Honnef2016-03-211-3/+2
* net/http: TimeoutHandler should start timer when serving requestCaio Marcelo de Oliveira Filho2016-03-071-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http: fix Transport crash when abandoning dial which upgrades protosBrad Fitzpatrick2016-01-131-0/+1
* net/http: tighten protocol between Transport.roundTrip and persistConn.readLoopBrad Fitzpatrick2016-01-051-2/+2
* net/http: fix Transport race returning bodyless responses and reusing connsBrad Fitzpatrick2015-12-161-4/+3
* net/http: fix race in TimeoutHandlerBrad Fitzpatrick2015-12-141-3/+4
* net/http: deflake a non-short test, clean up export_test.goBrad Fitzpatrick2015-12-031-57/+57
* net/http: retry idempotent HTTP reqs on dead reused connsBlake Gentry2015-12-011-0/+5
* net/http: start of making all relevant tests test both http1 and http2Brad Fitzpatrick2015-11-191-0/+4
* net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick2015-11-041-0/+2
* net/http: use the correct error variable in serveFileBrad Fitzpatrick2015-10-191-0/+2
* net/http: fix scheduling race resulting in flaky testBrad Fitzpatrick2015-05-011-0/+14
* net/http: fix race between dialing and cancelingDaniel Morsing2015-04-221-0/+4
* net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick2015-04-201-0/+2
* net/http: handle close/response race more gracefullyDaniel Morsing2015-04-091-0/+4
* net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich2014-10-071-0/+5
* net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick2014-09-291-0/+20
* net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick2014-09-241-0/+4
* net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick2014-09-241-0/+1