Re: APR, sendfile and logging of response size

2007-03-05 Thread Markus Schönhaber
Rémy Maucherat wrote: > On 3/5/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > Is there a way to use APR and sendfile and still get the Base Connector's > > behaviour wrt the response size? If so, which? > > No, it is not possible without hacks that I don't want to add. The > reponse will be a

Re: APR, sendfile and logging of response size

2007-03-05 Thread Rémy Maucherat
On 3/5/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: Is there a way to use APR and sendfile and still get the Base Connector's behaviour wrt the response size? If so, which? No, it is not possible without hacks that I don't want to add. The reponse will be asynchronously (or not, it depends

APR, sendfile and logging of response size

2007-03-05 Thread Markus Schönhaber
Hello! When using Tomcat 6.0.10, Tomcat Native library 1.1.8 and requesting a big static file from the server, the file's size is neither written to the access log (it contains a '-' in the response size field) nor added to value the Server Status page shows as "Bytes sent". If I add useSendfil