Responses to HEAD requests must not have a message body (even though they have
authorbenno <benno@openbsd.org>
Wed, 24 Mar 2021 20:59:53 +0000 (20:59 +0000)
committerbenno <benno@openbsd.org>
Wed, 24 Mar 2021 20:59:53 +0000 (20:59 +0000)
commit53e8df0d329f0e7890bb7e3976fd59a63d68e5b4
tree21bf854d390d4f6bd1d89aaaf824ad814f9bd6e4
parentd8ed2d1233aa84d82d553b2be73eb1186c296b09
Responses to HEAD requests must not have a message body (even though they have
a Content-Length header).  HTTP RFC 7231 section 4.3.2.
found by niklas@, claudio@ agrees.
usr.sbin/relayd/http.h
usr.sbin/relayd/relay.c
usr.sbin/relayd/relay_http.c