DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42699>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42699

           Summary: share mod_logio data with other modules
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_logio
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Small patch to add the byte counts from mod_logio to r->notes for pickup in
other modules. It adds a hook to do this at the start of the order and moves the
logio_transaction, which clears the data, to the end.

For myself this data is extremely useful with mod_ruby and I expect would be for
others in mod_perl, mod_python etc. This would also hopefully solve issues like
outoforder.cc mod_log_sql having to include their own replacement version of
mod_logio.

Question though: should this be an option? Perhaps allowing users to chose the
name of the notes like mod_deflate?

Willing to revise based on feedback. Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to