| commit | abf26a14a65b111d492067f407f32455c5b1048c | [log] [tgz] |
|---|---|---|
| author | Michael Fraenkel <michael.fraenkel@gmail.com> | Mon Jul 27 23:32:47 2020 -0600 |
| committer | Dmitri Shuralyov <dmitshur@golang.org> | Thu Oct 22 15:44:31 2020 +0000 |
| tree | 9f07d5dce2c0a02b6383db3c176bd9e798a2e94e | |
| parent | d64cff423dd7b1949caabb5b0ab708e5dda30206 [diff] |
[release-branch.go1.15-bundle] net/http2: send WINDOW_UPDATE on a body's write failure When the body.Write fails during processData, the connection flow control must be updated to account for the data received. The connection's WINDOW_UPDATE should reflect the amount of data that was not successfully written. The stream is about to be closed, so no update is required. Updates golang/go#40423. For golang/go#41387. Change-Id: I546597cedf3715e6617babcb3b62140bf1857a27 Reviewed-on: https://go-review.googlesource.com/c/net/+/245158 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Trust: Emmanuel Odeke <emm.odeke@gmail.com> (cherry picked from commit 5d4f7005572804eaf7f5ecdd2473a62557f733ba) Reviewed-on: https://go-review.googlesource.com/c/net/+/264058 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
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.