index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
export_test.go
Age
Commit message (
Expand
)
Author
2026-02-02
net/http: try to drain response body upon closing for better connection re-use
Nicholas S. Husin
2025-02-10
net/http: use standard time formatting methods
Tom Thorogood
2024-04-17
net/http: don't cancel Dials when requests are canceled
Damien Neil
2024-03-21
net/http: use slices to simplify the code
apocelipes
2023-09-13
net/http: scale rstAvoidanceDelay to reduce test flakiness
Bryan C. Mills
2023-04-07
net/http: wait forever for write results in tests
Damien Neil
2023-03-22
net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...
Bryan C. Mills
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-04-20
net/http: deflake TestTransportConnectionCloseOnRequest
Brad Fitzpatrick
2021-11-05
net/http: distinguish between timeouts and client hangups in TimeoutHandler
Charlie Getzen
2020-11-11
all: update vendored dependencies for Go 1.16 release
Dmitri Shuralyov
2020-09-06
net/http: mark http/2 connections active
Michael Fraenkel
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
2019-09-18
net/http: fix HTTP/2 idle pool tracing
Tom Thorogood
2019-07-08
net/http: fix Transport.MaxConnsPerHost limits & idle pool races
Russ Cox
2019-05-30
net/http: prevent Transport from spamming stderr on server 408 reply
Brad Fitzpatrick
2019-05-28
net/http: fix TestTransportServerClosingUnexpectedly flake
Brad Fitzpatrick
2018-11-14
net/http: make Transport respect {X-,}Idempotency-Key header
Brad Fitzpatrick
2018-10-02
net/http: make Transport send WebSocket upgrade requests over HTTP/1
Brad Fitzpatrick
2018-07-24
net/http: document that Client methods always return *url.Error
Brad Fitzpatrick
2018-07-24
net/http: deflake TestRetryRequestsOnError
Brad Fitzpatrick
2018-07-12
net/http: make Transport.CloseIdleConnections close non-bundled http2.Transport
Brad Fitzpatrick
2018-07-09
net/http: add Transport.MaxConnsPerHost knob
Mark Fischer
2018-06-28
net/http: make Server.Shutdown treat new connections as idle after 5 seconds
Brad Fitzpatrick
2018-05-29
net/http: vendor x/net/http/httpproxy, use it in net/http
Roger Peppe
2017-12-01
net/http: speed up and deflake TestServerKeepAlivesEnabled_h2
Brad Fitzpatrick
2017-08-28
net/http: Set a timeout on Request.Context when using TimeoutHandler
Michael Fraenkel
2017-06-05
net/http: make Transport retry GetBody requests if nothing written
David Glasser
2017-04-28
net/http: re-simplify HTTP/1.x status line writing
Brad Fitzpatrick
2017-03-02
net/http: clean up Transport.RoundTrip error handling
Brad Fitzpatrick
2016-11-03
net/http: support If-Match in ServeContent
Dan Harrington
2016-11-03
net/http: deflake TestServerSetKeepAlivesEnabledClosesConns
Brad Fitzpatrick
2016-11-01
net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown
Brad Fitzpatrick
2016-09-30
net/http: update bundled http2, add h2 Transport.IdleConnTimeout tests
Brad Fitzpatrick
2016-09-09
net/http: make Client copy headers on redirect
Brad Fitzpatrick
2016-05-20
net/http: update bundled http2
Brad Fitzpatrick
2016-05-01
net/http: add Transport.IdleConnTimeout
Brad Fitzpatrick
2016-05-01
net/http: add Transport.MaxIdleConns limit
Brad Fitzpatrick
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-07
net/http: TimeoutHandler should start timer when serving request
Caio Marcelo de Oliveira Filho
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-01-13
net/http: fix Transport crash when abandoning dial which upgrades protos
Brad Fitzpatrick
2016-01-05
net/http: tighten protocol between Transport.roundTrip and persistConn.readLoop
Brad Fitzpatrick
2015-12-16
net/http: fix Transport race returning bodyless responses and reusing conns
Brad Fitzpatrick
2015-12-14
net/http: fix race in TimeoutHandler
Brad Fitzpatrick
2015-12-03
net/http: deflake a non-short test, clean up export_test.go
Brad Fitzpatrick
2015-12-01
net/http: retry idempotent HTTP reqs on dead reused conns
Blake Gentry
2015-11-19
net/http: start of making all relevant tests test both http1 and http2
Brad Fitzpatrick
2015-11-04
net/http: register HTTP/2 before listening in ListenAndServe
Brad Fitzpatrick
2015-10-19
net/http: use the correct error variable in serveFile
Brad Fitzpatrick
[next]