Files
golang.net/http2
Damien Neil f8f703f979 http2: accept HEAD requests with a body
RFC 7231 permits HEAD requests to contain a body, although it does
state there are no defined semantics for payloads of HEAD requests
and that some servers may reject HEAD requests with a payload.

Accept HEAD requests with a body.

Test is in net/http CL 418614.

For golang/go#53960.

Change-Id: I946d3ec796054c3908beb8a69cc78aa51c04c972
Reviewed-on: https://go-review.googlesource.com/c/net/+/418634
Run-TryBot: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2022-09-19 17:16:27 +00:00
..
2022-08-02 22:28:14 +00:00
2021-07-26 21:34:35 +00:00
2022-08-02 22:28:14 +00:00
2018-01-24 06:09:56 +00:00
2015-10-14 04:32:53 +00:00
2022-08-02 22:28:14 +00:00
2021-02-20 03:31:24 +00:00
2015-10-14 04:32:53 +00:00
2022-08-02 22:28:14 +00:00
2021-02-20 03:31:24 +00:00
2021-10-04 16:44:53 +00:00