aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
AgeCommit message (Expand)Author
2023-02-17net/http: remove five second timeout from TestTransportClosesBodyOnErrorDamien Neil
2023-01-20net/http: close Request.Body when pconn write loop exits earlyDamien Neil
2022-12-16net/http: improve errors in TestCancelRequestWhenSharingConnectionDamien Neil
2022-11-19net/http: deflake TestIssue4191_InfiniteGetTimeoutDamien Neil
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-11-09net/http: add Transport.OnProxyConnectResponsecuiweixie
2022-10-31net/http: deflake TestCancelRequestWhenSharingConnectionZeke Lu
2022-10-14net/http: skip TestTransportPersistConnLeak/h2Damien Neil
2022-10-12net/http: fix some test flakes caused by test refactoringDamien Neil
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-09-21net/http: add tracing to TestTransportReuseConnection_Gzip_*Damien Neil
2022-09-07net/http: use strings.Buildercuiweixie
2022-07-01net/http: omit invalid header value from error messageAlexander Yastrebov
2022-05-17all: fix spellingJohn Bampton
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2022-04-11all: gofmt main repoRuss Cox
2022-04-06net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsdBryan C. Mills
2022-04-01all: fix TODO comment hanging indentsRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-02net/http: close request body after recovering from a handler panicDamien Neil
2021-08-04net/http: speed up and deflake TestCancelRequestWhenSharingConnectionDamien Neil
2021-06-10net/http: remove test-only private key from production binariesDamien Neil
2021-05-14net/http: prevent infinite wait during TestMissingStatusNoPanicMichael Fraenkel
2021-04-15net/http: allow multiple dials in TestTransportMaxConnsPerHostMichael Fraenkel
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-01net/http: ignore connection closes once done with the connectionMichael Fraenkel
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-10-24net/http: fix typo in TestTransportReadToEndReusesConnKeiichi Hirobe
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-12net/http: deflake TestTransportPersistConnLeak on macOSRuss Cox
2020-10-06net/http: add Transport.GetProxyConnectHeaderBrad Fitzpatrick
2020-09-09net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-08-25Revert "net/http: fix data race due to writeLoop goroutine left running"Bryan C. Mills
2020-08-25net/http: fix data race due to writeLoop goroutine left runningSteven Hartland
2020-08-21net/http: use iotest.ErrReader in testsCarlos Alexandro Becker
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-06-17net/http: make Transport.RoundTrip preserve RequestsDamien Neil
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2020-05-27net/http: handle body rewind in HTTP/2 connection loss betterRuss Cox
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-01-29net/http: don't treat an alternate protocol as a known round tripperIan Lance Taylor
2020-01-07net/http: avoid writing to Transport.ProxyConnectHeaderBryan C. Mills
2019-12-11net/http: use cancellation instead of a timeout in TestTransportProxyHTTPSCon...Bryan C. Mills
2019-12-09net/http: don't wait indefinitely in Transport for proxy CONNECT responseBrad Fitzpatrick
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13net/http: add some debugging to TestDontCacheBrokenHTTP2ConnBrad Fitzpatrick
2019-11-11net/http: add DialTLSContext hook to TransportGabriel Rosenhouse
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick