~rousskov/squid/IcapLog3p0

Viewing all changes in revision 8877.

  • Committer: Amos Jeffries
  • Date: 2008-08-06 13:27:10 UTC
  • Revision ID: squid3@treenet.co.nz-20080806132710-cpkskts2pjejua3h
Fix: Unsupported method in request may show raw binary data in log.


hp->buf which should be a plain text HTTP request is occasionally full of
binary garbage.

 * replace any non-printables with underscores.

 * crop the output at 100 chars, we should not need a whole binary
   streaming video to identify the issue.

 * reference extension_methods for admin if its a genuine request.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: