Files
golang.net/http2
Michael Fraenkel e898025ed9 http2: close the request body if needed
As per client.Do and Request.Body, the transport is responsible to close
the request Body.
If there was an error or non 1xx/2xx status code, the transport will
wait for the body writer to complete. If there is no data available to
read, the body writer will block indefinitely. To prevent this, the body
will be closed if it hasn't already.
If there was a 1xx/2xx status code, the body will be closed eventually.

Updates golang/go#43989

Change-Id: I9a4a5f13658122c562baf915e2c0c8992a023278
Reviewed-on: https://go-review.googlesource.com/c/net/+/323689
Reviewed-by: Damien Neil <dneil@google.com>
Trust: Damien Neil <dneil@google.com>
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-08-25 18:34:10 +00:00
..
2021-07-26 21:34:35 +00:00
2021-02-20 03:31:24 +00:00
2021-07-26 21:34:35 +00:00
2018-01-24 06:09:56 +00:00
2019-02-25 15:36:10 +00:00
2021-02-20 03:31:24 +00:00
2021-02-20 03:31:24 +00:00
2019-09-09 00:30:24 +00:00