commit | 702349b0e8628371f0e5ba0c10407448d60a67b1 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed Nov 02 13:51:17 2022 -0700 |
committer | Damien Neil <dneil@google.com> | Fri Nov 04 16:29:52 2022 +0000 |
tree | 8da77f05416ddbbb9758ee87c78e449e2390e2a0 | |
parent | 7a676822c292e3f405fc21ac0897393d715a12ea [diff] |
http2/h2c: handle errors when reading HTTP/1 request body When processing an HTTP/1 Upgrade: h2c request, detect errors reading the request body and fail the request rather than passing off the partially-read request to the HTTP/2 server. Correctly handles the case where a MaxBytesHandler has limited the size of the initial HTTP/1 request body. Fixes golang/go#56352 Change-Id: I08d60953cea26961cffbab3094cc1b44236f4e37 Reviewed-on: https://go-review.googlesource.com/c/net/+/447396 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: John Howard <howardjohn@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Damien Neil <dneil@google.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.