summaryrefslogtreecommitdiff
path: root/src/net/http/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+78