Bug #293

con->bytes_written not updated since 737

Added by Anonymous 1197 days ago. Updated 848 days ago.

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

bytes_written.patch - update con->bytes_written in network_send_chunkqueue() using difference in cq->bytes_out -- roques (605 Bytes) Anonymous, 09/28/2005 04:53 PM

History

09/29/2005 01:12 PM - jan

  • Status changed from New to Fixed
  • Resolution set to fixed

fixed in r751

Also available in: Atom PDF