aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
AgeCommit message (Expand)Author
29 hoursnet/http: return correct error when reading from a canceled request bodyDamien Neil
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-03-26all: fix a large number of commentscui fliter
2024-03-21net/http: improve error reporting in TestCancelRequestWhenSharingConnectionDamien Neil
2024-03-20net/http: validate outgoing/client request trailersEmmanuel T Odeke
2024-03-18net/http: fix request canceler leak on connection closeAlexander Yastrebov
2024-03-11net/http: support socks5h proxy schema胡玮文
2024-02-20net/http: add missing call to decConnsPerHostJulian Tibble
2024-02-13net/http: close connection if OnProxyConnectResponse returns an errorDamien Neil
2023-12-01net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...Bryan C. Mills
2023-09-13net/http: scale rstAvoidanceDelay to reduce test flakinessBryan C. Mills
2023-08-28net/http: document setting of Proxy-Authorization headerDamien Neil
2023-08-23net/http: revert fix request canceler leak on connection closeAlexander Yastrebov
2023-08-22net/http: fix request canceler leak on connection closeAlexander Yastrebov
2023-08-21net/http: use cancelKey to cancel requestAlexander Yastrebov
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-05-24net/http: fix spelling issues in comments and testsOleksandr Redko
2023-05-10all: fix a lot of commentscui fliter
2023-04-12net/http: avoid leaking writer goroutines in testsBryan C. Mills
2023-04-07net/http: wait forever for write results in testsDamien Neil
2023-04-04net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...Bryan C. Mills
2023-03-22net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn testsBryan C. Mills
2023-03-22net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...Bryan C. Mills
2023-03-17net/http: eliminate more arbitrary timeouts in testsBryan C. Mills
2023-02-28all: fix typospgxiaolianzi
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