]> Cypherpunks repositories - gostls13.git/commit
net/http: handle new HTTP/2 error for 1xx limit exceeded
authorDamien Neil <dneil@google.com>
Mon, 4 Nov 2024 22:31:30 +0000 (14:31 -0800)
committerDamien Neil <dneil@google.com>
Wed, 6 Nov 2024 16:12:22 +0000 (16:12 +0000)
commit067d58b53433885124a5f46b381a0378d7aec35d
treea419a5d69d633afb88d26ff77bf467fb7f4429dd
parentd6fb0ab2c7a13658fc808d431bbaf9c5f6b8da62
net/http: handle new HTTP/2 error for 1xx limit exceeded

CL 615295 changed the error message produced by the HTTP/2
implementation when a server sends more 1xx headers than expected.
Update a test that checks for this error.

For #65035

Change-Id: I57e22f6a880412e3a448e58693127540806d5ddb
Reviewed-on: https://go-review.googlesource.com/c/go/+/625195
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/http/transport_test.go