Bug #293
con->bytes_written not updated since 737
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
con->bytes_written used to be updated by network_write_chunkqueue_*(), but 737 removed these updates and now con->bytes_written is not updated at all. Now neither mod_rrd, nor mod_accesslog know how much data has been written.
The appended suggested patch updates con->bytes_written in network_write_chunkqueue() using the difference in cq->bytes_out instead.
-- roques