mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Don't set bytes_sent to be 0 when r->assbackwards since this screws up
logging. The content length filter seems to track bytes_sent properly regardless of HTTP version. The HTTP header filter knows not to send C-L (or any headers) to this client. showstoppers--; (Also fix typo of my last name in CHANGES...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1165,7 +1165,6 @@ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f,
|
||||
}
|
||||
|
||||
if (r->assbackwards) {
|
||||
r->bytes_sent = 0;
|
||||
r->sent_bodyct = 1;
|
||||
ap_remove_output_filter(f);
|
||||
return ap_pass_brigade(f->next, b);
|
||||
|
Reference in New Issue
Block a user