https://bz.apache.org/bugzilla/show_bug.cgi?id=51350

--- Comment #9 from Luca Toscano <[email protected]> ---
The motivation for the C-L: 0 header is the following snippet of code in
protocol.c:

        if (!(r->header_only
              && !r->bytes_sent
              && (r->sent_bodyct
                  || conf->http_cl_head_zero != AP_HTTP_CL_HEAD_ZERO_ENABLE
                  || apr_table_get(r->headers_out, "Content-Length")))) {
            ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, "Setting CLEN: %d",
r->bytes_sent);
            ap_set_content_length(r, r->bytes_sent);
        }

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to