commit | 6e414109c26d44bf2c146302818fc3bcc49b97b2 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Dec 02 13:01:47 2024 -0800 |
committer | Gopher Robot <gobot@golang.org> | Tue Dec 03 16:13:40 2024 +0000 |
tree | c29142e8d99dfb304307d1dc4e72c51b50770008 | |
parent | 4be12533d8e2957bafe945c501689eba78cbf0f6 [diff] |
http2: fix benchmarks using common frame read/write functions CL 586249 unified frame read/write functions used by client and server tests, but inadvertently broke some benchmarks. Fix those benchmarks. This mostly restores the previous behavior of the affected benchmarks (for example, testing only to see that a DATA frame contains an END_STREAM marker, ignoring the number of bytes in the frame). Fixes golang/go#70647 Change-Id: I2b0099c3513ac8754d11c4e37b7d63277a0fb0b1 Reviewed-on: https://go-review.googlesource.com/c/net/+/633055 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Antonio Ojea <aojea@google.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.