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
2026-02-02
net/http: try to drain response body upon closing for better connection re-use
Nicholas S. Husin
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-18
net/http: avoid connCount underflow race
Damien Neil
2025-08-27
net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytes
Nicholas Husin
2025-05-21
net/http: use synctest.Test rather than Run
Damien Neil
2025-03-18
net/http: add onClose hook to fake net listener
Damien Neil
2025-02-14
net/http: use runtime.AddCleanup instead of runtime.SetFinalizer
Carlos Amedee
2024-12-19
net/http: fix nil panic in test
Russ Cox
2024-11-26
net/http: test for racing idle conn closure and new requests
Damien Neil
2024-11-22
net/http: re-enable TestTransportServerProtocols
Dmitri Shuralyov
2024-11-22
net/http: skip test which depends on h2_bundle.go update
Damien Neil
2024-11-21
net/http: add support for unencrypted HTTP/2
Damien Neil
2024-11-06
net/http: handle new HTTP/2 error for 1xx limit exceeded
Damien Neil
2024-11-05
net/http: add Protocols field to Server and Transport
Damien Neil
2024-10-24
net/http: limit 1xx based on size, do not limit when delivered
Damien Neil
2024-09-26
net/http: use sync.OnceFunc, sync.OnceValue
apocelipes
2024-08-29
net/http: add HTTP2Config
Damien Neil
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-06-06
net/http: send body or close connection on expect-100-continue requests
Damien Neil
2024-05-23
net/http: remove TestTransportDialCancelRace
Damien Neil
2024-05-17
net/http: return correct error when reading from a canceled request body
Damien Neil
2024-04-17
net/http: don't cancel Dials when requests are canceled
Damien Neil
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-21
net/http: improve error reporting in TestCancelRequestWhenSharingConnection
Damien Neil
2024-03-20
net/http: validate outgoing/client request trailers
Emmanuel T Odeke
2024-03-18
net/http: fix request canceler leak on connection close
Alexander Yastrebov
2024-03-11
net/http: support socks5h proxy schema
胡玮文
2024-02-20
net/http: add missing call to decConnsPerHost
Julian Tibble
2024-02-13
net/http: close connection if OnProxyConnectResponse returns an error
Damien Neil
2023-12-01
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in Test...
Bryan C. Mills
2023-09-13
net/http: scale rstAvoidanceDelay to reduce test flakiness
Bryan C. Mills
2023-08-28
net/http: document setting of Proxy-Authorization header
Damien Neil
2023-08-23
net/http: revert fix request canceler leak on connection close
Alexander Yastrebov
2023-08-22
net/http: fix request canceler leak on connection close
Alexander Yastrebov
2023-08-21
net/http: use cancelKey to cancel request
Alexander Yastrebov
2023-06-29
net/http: validate Host header before sending
Damien Neil
2023-05-24
net/http: fix spelling issues in comments and tests
Oleksandr Redko
2023-05-10
all: fix a lot of comments
cui fliter
2023-04-12
net/http: avoid leaking writer goroutines in tests
Bryan C. Mills
2023-04-07
net/http: wait forever for write results in tests
Damien Neil
2023-04-04
net/http: drop client address comparison in TestTransportRemovesDeadIdleConne...
Bryan C. Mills
2023-03-22
net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn tests
Bryan C. Mills
2023-03-22
net/http: in the IdleConnStrsForTesting_h2 helper, omit conns that cannot be ...
Bryan C. Mills
2023-03-17
net/http: eliminate more arbitrary timeouts in tests
Bryan C. Mills
2023-02-28
all: fix typos
pgxiaolianzi
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
[next]