aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2024-09-25 11:10:07 -0700
committerGopher Robot <gobot@golang.org>2025-09-26 16:14:14 -0700
commit3a5df9d2b20c0f059c463b5d51e89be17a2c685b (patch)
tree8163d083beaf4b1f5683fb3ea56ed97bff67f39a /api
parent16be34df02ba073456e5f31203549165585f3e6c (diff)
downloadgo-3a5df9d2b20c0f059c463b5d51e89be17a2c685b.tar.xz
net/http: add HTTP2Config.StrictMaxConcurrentRequests
Add a field to HTTP2Config controlling how we behave when an HTTP/2 connection reaches its concurrency limit. This field will have no effect until golang.org/x/net/http2 is updated to make use of it, and h2_bundle.go is updated with the new http2 package. For #67813 Change-Id: Ic72a0986528abb21649f28e9fe7cf6e1236b388d Reviewed-on: https://go-review.googlesource.com/c/go/+/615875 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org> Reviewed-by: Nicholas Husin <husin@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/67813.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/67813.txt b/api/next/67813.txt
new file mode 100644
index 0000000000..b420a141e1
--- /dev/null
+++ b/api/next/67813.txt
@@ -0,0 +1 @@
+pkg net/http, type HTTP2Config struct, StrictMaxConcurrentRequests bool #67813