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

            Bug ID: 57045
           Summary: dumpio output strings are missing
           Product: Apache httpd-2
           Version: 2.4.2
          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 from
error.log.
But in case of "GIF"(image) file, output bytes are missing.

(Example) test.gif
①[binary of gif] ...d8 ff e0 00 10 4a 46 49 46 00 01 01 01 00 48 00...
②[dumpio_out log] ...4a 46 49 46...
※Therefore, binary source data("d8 ff e0 00 10","00 01 01 01 00 48 00") are
missing.

It seems that this occur in all image file (not only gif).

Is there any solution of getting all binary bytes of image file?
(apache or mod_dumpio's setting?)

Thank you very much for your help.

-- 
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