View | Details | Raw Unified | Return to bug 62610
Collapse All | Expand All

(-)server/protocol.c Wed Feb 4 11:50:49 2004 (-1 / +1 lines)
Lines 1255-1261 Link Here
1255
     * We can only set a C-L in the response header if we haven't already
1255
     * We can only set a C-L in the response header if we haven't already
1256
     * sent any buckets on to the next output filter for this request.
1256
     * sent any buckets on to the next output filter for this request.
1257
     */
1257
     */
1258
    if (ctx->data_sent == 0 && eos) {
1258
    if (ctx->data_sent == 0 && eos && !r->header_only) {
1259
        ap_set_content_length(r, r->bytes_sent);
1259
        ap_set_content_length(r, r->bytes_sent);
1260
    }
1260
    }

Return to bug 62610