]> granicus.if.org Git - apache/commit
http: Fix possible empty response with mod_ratelimit for HEAD requests.
authorYann Ylavic <ylavic@apache.org>
Wed, 20 Feb 2019 23:08:15 +0000 (23:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 20 Feb 2019 23:08:15 +0000 (23:08 +0000)
commit2af29e9a26ccbf714fa5bf2c3f61024f752446f2
tree438e4d09b2fffd6c0ca7480b22ed4ba4ba812d14
parentbb1baf78d139abeb99f19b09e62807ca0688d5b1
http: Fix possible empty response with mod_ratelimit for HEAD requests.

Don't eat the EOS in ap_http_header_filter() if it comes in single brigade
with a full response to a HEAD request, otherwise mod_ratelimit will never
flush its pending data.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854004 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_filters.c