CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2021/03/24 14:59:54
Modified files: usr.sbin/relayd: http.h relay.c relay_http.c Log message: 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.