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

--- Comment #2 from Joe Orton <[email protected]> ---
I think this is the race (e.g. bug 47693, I think there are more bugs on this)
between the stat() which is used to determine content-length and then opening
the file to send it.  It's a bug but it's designed in, fairly nasty really. 
Padding the file to a constant length would work around it.  Or somehow
ensuring the file is streamed as if it doesn't have a fixed C-L.  It would be a
very simple replacement for the default_handler which doesn't have this bug,
but not sure how to do it efficiently with the code as shipped.

-- 
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