https://issues.apache.org/bugzilla/show_bug.cgi?id=56786

            Bug ID: 56786
           Summary: dumpio output log becomes missing
           Product: Apache httpd-2
           Version: 2.0.64
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dumpio
          Assignee: [email protected]
          Reporter: [email protected]

I installed the mod_dumpio, and getting request and reponse information in
error.log.
But if log becomes long, the tails of the log becomes missing.

(Example) error.log
(1)dumpio_out (data-HEAP): 111222333444555666 (→ "777" is missing)
(2)dumpio_out (data-HEAP): 888999
※ Therefore, put together log above (1)+(2), cannot get correct response("777"
is missing).

It seems that this occur if a line becomes long, and include escaped
character(ex. Japanese), characters of the number of bytes that had increased
by escape does not seem to be included in the log. 

It seems that mod_dumpio set aside the maximum number of digits of a log line
in advance, and if there is a character to be escaped, and so one line of the
log exceeds the number of digits, the excess seems to missing from the log. 
Therefore, in the case of the only characters that are not escaped, this does
not occur.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to