Files
golang.net/http2
Chressie Himpel 15f7d40345 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
In Framer.ReadFrame's frame-too-large check, the code that checks for
HTTP/1.1 looking frames accidentally wrapped the unrelated err from the
previous readFrameHeader call instead of ErrFrameTooLarge. Fix that.

Change-Id: I2237759eaad8c6e06e7195c50410abb5792e57ea
Reviewed-on: https://go-review.googlesource.com/c/net/+/676218
Reviewed-by: Chressie Himpel <chressie@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-05-27 23:45:28 -07:00
..
2023-10-11 21:58:12 +00:00
2022-08-02 22:28:14 +00:00
2023-02-08 14:49:55 +00:00