]> Cypherpunks repositories - gostls13.git/commit
net/http: add more tests of transport connection pool
authorDamien Neil <dneil@google.com>
Wed, 25 Sep 2024 18:48:17 +0000 (11:48 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 26 Sep 2025 22:06:09 +0000 (15:06 -0700)
commit16be34df02ba073456e5f31203549165585f3e6c
tree0c1f7560b2c91b3b1bb7b60fea9fa08dbd265fee
parent3e4540b49d3066ee3fd57f3456506f6d09d0129b
net/http: add more tests of transport connection pool

Add a variety of addtional tests exercising client connection pooling,
in particular HTTP/2 connection behavior.

Change-Id: I7609d36db5865f1b95c903cfadb0c3233e046c09
Reviewed-on: https://go-review.googlesource.com/c/go/+/615896
Reviewed-by: Nicholas Husin <husin@google.com>
Reviewed-by: Nicholas Husin <nsh@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
src/net/http/clientserver_test.go
src/net/http/http2_test.go [new file with mode: 0644]
src/net/http/transport_dial_test.go