Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal-branch.go1.16-vendor] http2: don't abort half-closed stream…
…s on server connection close If the server sends an END_STREAM for a stream and then closes the connection, allow the stream to complete normally. Updates golang/go#49076 Change-Id: Ia876e6e6e7eb4a0563db74c931c03a44620ece08 Reviewed-on: https://go-review.googlesource.com/c/net/+/356030 Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/c/net/+/357098 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
- Loading branch information