aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/export_test.go
AgeCommit message (Expand)Author
4 daysnet/http: add support for running HTTP tests against HTTP/3Nicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-12net/http/internal/http2: remove ExportSetH2GoawayTimeoutDamien Neil
2026-02-02net/http: try to drain response body upon closing for better connection re-useNicholas S. Husin
2025-02-10net/http: use standard time formatting methodsTom Thorogood
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-03-21net/http: use slices to simplify the codeapocelipes
2023-09-13net/http: scale rstAvoidanceDelay to reduce test flakinessBryan C. Mills
2023-04-07net/http: wait forever for write results in testsDamien Neil
2023-03-22net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...Bryan C. Mills
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2021-11-05net/http: distinguish between timeouts and client hangups in TimeoutHandlerCharlie Getzen
2020-11-11all: update vendored dependencies for Go 1.16 releaseDmitri Shuralyov
2020-09-06net/http: mark http/2 connections activeMichael Fraenkel
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