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
2023-02-17
net/http: remove five second timeout from TestTransportClosesBodyOnError
Damien Neil
2023-01-20
net/http: close Request.Body when pconn write loop exits early
Damien Neil
2022-12-16
net/http: improve errors in TestCancelRequestWhenSharingConnection
Damien Neil
2022-11-19
net/http: deflake TestIssue4191_InfiniteGetTimeout
Damien Neil
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-09
net/http: add Transport.OnProxyConnectResponse
cuiweixie
2022-10-31
net/http: deflake TestCancelRequestWhenSharingConnection
Zeke Lu
2022-10-14
net/http: skip TestTransportPersistConnLeak/h2
Damien Neil
2022-10-12
net/http: fix some test flakes caused by test refactoring
Damien Neil
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-09-21
net/http: add tracing to TestTransportReuseConnection_Gzip_*
Damien Neil
2022-09-07
net/http: use strings.Builder
cuiweixie
2022-07-01
net/http: omit invalid header value from error message
Alexander Yastrebov
2022-05-17
all: fix spelling
John Bampton
2022-04-20
net/http: deflake TestTransportConnectionCloseOnRequest
Brad Fitzpatrick
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-06
net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsd
Bryan C. Mills
2022-04-01
all: fix TODO comment hanging indents
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-02
net/http: close request body after recovering from a handler panic
Damien Neil
2021-08-04
net/http: speed up and deflake TestCancelRequestWhenSharingConnection
Damien Neil
2021-06-10
net/http: remove test-only private key from production binaries
Damien Neil
2021-05-14
net/http: prevent infinite wait during TestMissingStatusNoPanic
Michael Fraenkel
2021-04-15
net/http: allow multiple dials in TestTransportMaxConnsPerHost
Michael Fraenkel
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-12-17
crypto/tls: revert "add HandshakeContext method to Conn"
Johan Brandhorst
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-01
net/http: ignore connection closes once done with the connection
Michael Fraenkel
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-10-24
net/http: fix typo in TestTransportReadToEndReusesConn
Keiichi Hirobe
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-12
net/http: deflake TestTransportPersistConnLeak on macOS
Russ Cox
2020-10-06
net/http: add Transport.GetProxyConnectHeader
Brad Fitzpatrick
2020-09-09
net/http: fix data race due to writeLoop goroutine left running
Steven Hartland
2020-08-25
Revert "net/http: fix data race due to writeLoop goroutine left running"
Bryan C. Mills
2020-08-25
net/http: fix data race due to writeLoop goroutine left running
Steven Hartland
2020-08-21
net/http: use iotest.ErrReader in tests
Carlos Alexandro Becker
2020-08-04
net/http: fix cancelation of requests with a readTrackingBody wrapper
Damien Neil
2020-06-17
net/http: make Transport.RoundTrip preserve Requests
Damien Neil
2020-05-31
net/http: reject HTTP/1.1 Content-Length with sign in response
Paschalis Tsilias
2020-05-27
net/http: handle body rewind in HTTP/2 connection loss better
Russ Cox
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2020-01-29
net/http: don't treat an alternate protocol as a known round tripper
Ian Lance Taylor
2020-01-07
net/http: avoid writing to Transport.ProxyConnectHeader
Bryan C. Mills
2019-12-11
net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...
Bryan C. Mills
2019-12-09
net/http: don't wait indefinitely in Transport for proxy CONNECT response
Brad Fitzpatrick
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-13
net/http: add some debugging to TestDontCacheBrokenHTTP2Conn
Brad Fitzpatrick
2019-11-11
net/http: add DialTLSContext hook to Transport
Gabriel Rosenhouse
2019-11-04
net/http: support disabling built-in HTTP/2 with a new build tag
Brad Fitzpatrick
[next]