--------------------- PatchSet 3873 Date: 2006/10/25 04:21:33 Author: rousskov Branch: squid3-icap Tag: (none) Log: - Dump raw OPTIONS response when debugging. Members: src/ICAP/ICAPOptXact.cc:1.1.2.5->1.1.2.6 Index: squid3/src/ICAP/ICAPOptXact.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ICAP/ICAPOptXact.cc,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid3/src/ICAP/ICAPOptXact.cc 7 Oct 2006 05:08:58 -0000 1.1.2.5 +++ squid3/src/ICAP/ICAPOptXact.cc 25 Oct 2006 04:21:33 -0000 1.1.2.6 @@ -101,6 +101,10 @@ bool ICAPOptXact::parseResponse() { + debugs(93, 5, HERE << "have " << readBuf.contentSize() << " bytes to parse" << + status()); + debugs(93, 5, HERE << "\n" << readBuf.content()); + HttpReply *r = new HttpReply; r->protoPrefix = "ICAP/"; // TODO: make an IcapReply class?