Files
golang.net/http2
Damien Neil d418f374d3 http2: ignore read errors after closing the request body
We close the request body after receiving an error status code.
This is supposed to cause cs.writeRequestBody to return
errStopReqBodyWrite. Ensure that it does so if it gets an error
reading from the post-close body, rather than returning an
error which causes the entire request to be aborted.

Change-Id: I7c51928cb678f5baf37148f0df6ab196518d39d4
Reviewed-on: https://go-review.googlesource.com/c/net/+/356969
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>
2021-10-20 06:06:15 +00:00
..
2021-07-26 21:34:35 +00:00
2021-09-16 01:41:20 +00:00
2021-02-20 03:31:24 +00:00
2021-07-26 21:34:35 +00:00
2021-09-17 21:38:27 +00:00
2021-02-20 03:31:24 +00:00
2021-02-20 03:31:24 +00:00
2021-10-04 16:44:53 +00:00
2019-09-09 00:30:24 +00:00