Index: protocol.c =================================================================== RCS file: /home/cvspublic/httpd-2.0/server/protocol.c,v retrieving revision 1.121.2.2 diff -u -r1.121.2.2 protocol.c --- protocol.c 3 Feb 2003 17:32:00 -0000 1.121.2.2 +++ protocol.c 24 Mar 2003 10:10:49 -0000 @@ -1290,7 +1290,7 @@ * We can only set a C-L in the response header if we haven't already * sent any buckets on to the next output filter for this request. */ - if (ctx->data_sent == 0 && eos) { + if (ctx->data_sent == 0 && eos && !r->header_only) { ap_set_content_length(r, r->bytes_sent); }