aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/transport_test.go
AgeCommit message (Expand)Author
4 daysnet/http: run tests for HTTP/3 where it can already passNicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-02-06net/http: fix WaitGroup race in TestTransportNoReuseAfterEarlyResponseDmitri Shuralyov
2026-02-02net/http: try to drain response body upon closing for better connection re-useNicholas S. Husin
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-18net/http: avoid connCount underflow raceDamien Neil
2025-08-27net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytesNicholas Husin
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-03-18net/http: add onClose hook to fake net listenerDamien Neil
2025-02-14net/http: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2024-12-19net/http: fix nil panic in testRuss Cox
2024-11-26net/http: test for racing idle conn closure and new requestsDamien Neil
2024-11-22net/http: re-enable TestTransportServerProtocolsDmitri Shuralyov
2024-11-22net/http: skip test which depends on h2_bundle.go updateDamien Neil
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-06net/http: handle new HTTP/2 error for 1xx limit exceededDamien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-10-24net/http: limit 1xx based on size, do not limit when deliveredDamien Neil
2024-09-26net/http: use sync.OnceFunc, sync.OnceValueapocelipes
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-07-25net: use slices and maps to clean up testsapocelipes
2024-06-06net/http: send body or close connection on expect-100-continue requestsDamien Neil
2024-05-23net/http: remove TestTransportDialCancelRaceDamien Neil
2024-05-17net/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