On Thu, Apr 11, 2002 at 07:02:48PM -0700, Ryan Bloom wrote: > Dollars to Donuts, the problem is that the C-L filter isn't removing the > C-L header from the request. I won't have time to look at this for a > few weeks though.
The request? Don't you mean the file? Taking a quick look at default_handler: server/core.c line 3208: ap_set_content_length(r, r->finfo.size); Isn't that call bogus? Why just not let the C-L filter handle it? -- justin
