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
/
transport_test.go
Age
Commit message (
Expand
)
Author
2019-11-02
net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel
Constantin Konstantinidis
2019-10-29
net/http: only decrement connection count if we removed a connection
Michael Fraenkel
2019-10-25
net/http: skip failing test on windows-amd64-longtest builder
Bryan C. Mills
2019-10-22
net/http: don't cache http2.erringRoundTripper connections
Brad Fitzpatrick
2019-10-21
net/http: make Transport.RoundTrip close body on any invalid request
Emmanuel T Odeke
2019-10-20
net/http: make Transport.roundTrip close body on invalid method
Luke Young
2019-09-26
net/textproto: don't normalize headers with spaces before the colon
Filippo Valsorda
2019-09-24
net/http: remove http2 connections when no longer cached
Michael Fraenkel
2019-09-18
net/http: fix HTTP/2 idle pool tracing
Tom Thorogood
2019-08-28
net/http: fix a long test after CL 185117
Daniel MartÃ
2019-08-27
net/http: fix wantConnQueue memory leaks in Transport
Bryan C. Mills
2019-08-12
net/url: make Hostname and Port predictable for invalid Host values
Filippo Valsorda
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
2019-05-03
net/http: fix TestTransportMaxConnsPerHost flakes
Michael Fraenkel
2019-05-03
net/http: add Transport.Clone
Brad Fitzpatrick
2019-05-02
net/http: skip flaky TestTransportMaxConnsPerHost for now
Brad Fitzpatrick
2019-04-30
net/http: make Transport.MaxConnsPerHost work for HTTP/2
Michael Fraenkel
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-04-16
net/http: rename DialerAndTLSConfigSupportsHTTP2 to ForceAttemptHTTP2
Kunpei Sakai
2019-04-16
net/http: introduce DialerAndTLSConfigSupportsHTTP2 in Transport
Kunpei Sakai
2019-03-11
net/http: add missing error checks in tests
Leon Klingele
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-03-07
net/http: unfurl persistConnWriter's underlying writer
Chris Marchesi
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-28
net/http: prevent transport sends two "Connection: close" headers
Meng Zhuo
2018-11-14
net/http: make Transport respect {X-,}Idempotency-Key header
Brad Fitzpatrick
2018-10-25
net: make cgo resolver work more accurately with network parameter
Eugene Kalinin
2018-10-12
net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2
Brad Fitzpatrick
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-09-28
all: remove repeated "the" from comments
Ian Davis
2018-08-25
net/http: make Transport return Writable Response.Body on protocol switch
Brad Fitzpatrick
2018-08-20
all: update stale test skips
Daniel MartÃ
2018-07-24
net/http: deflake TestRetryRequestsOnError
Brad Fitzpatrick
2018-07-19
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders
Brad Fitzpatrick
2018-07-12
net/http: add tests to validate that Client.Timeout closes connections
Brad Fitzpatrick
2018-07-09
net/http: update bundled http2
Brad Fitzpatrick
2018-07-09
vendor: update vendored x/net/http/httpproxy
Brad Fitzpatrick
2018-07-09
net/http: add Transport.MaxConnsPerHost knob
Mark Fischer
2018-07-03
net/http: make Transport treat 101 as a terminal status
Mark Fischer
2018-06-27
net/http/httptrace: expose request headers for http/1.1
Meir Fischer
2018-06-13
net/http: make Transport.RoundTrip check context.Done earlier
Brad Fitzpatrick
2018-06-12
net/http, net/http/httptrace: make Transport support 1xx responses properly
Brad Fitzpatrick
2018-05-29
net/http: vendor x/net/http/httpproxy, use it in net/http
Roger Peppe
2018-05-24
net/http: conservatively flush Transport request headers by default
Brad Fitzpatrick
2018-04-18
net/http: remove stderr log spam in test
Brad Fitzpatrick
2018-04-06
net/http: replace SOCKS client implementation
Mikio Hara
2018-03-20
net/http: remove extraneous call to VerifyHostname
Paul Querna
2017-11-27
net/textproto: reject all headers with a leading space
Tom Bergan
[prev]
[next]