On Fri, Nov 6, 2015 at 11:18 AM, Julien FROMENT <julien.from...@sagemcom.com> wrote: > Does the number of bytes sent written by the log take into account the fact > that a browser could cancel the request halfway through?
The data added by mod_logio does take that into account. It's not 100% accurate because we cannot tell what has made it out of the box, but it's not just e.g. the content-length. It does include headers as well.