--------------------- PatchSet 3820 Date: 2006/10/03 04:51:32 Author: rousskov Branch: squid3-icap Tag: (none) Log: - After ICAP 100 Continue, expect new ICAP headers instead of HTTP headers. Reset ICAP message object to be ready to parse ICAP headers again. (Tsantilas Christos ) Members: src/ICAP/ICAPModXact.cc:1.1.2.5->1.1.2.6 Index: squid3/src/ICAP/ICAPModXact.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/ICAP/ICAPModXact.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/ICAPModXact.cc 3 Oct 2006 04:43:52 -0000 1.1.2.5 +++ squid3/src/ICAP/ICAPModXact.cc 3 Oct 2006 04:51:32 -0000 1.1.2.6 @@ -655,7 +655,8 @@ if (virginSendClaim.limited()) // preview only stopBackup(); - state.parsing = State::psHttpHeader; // eventually + state.parsing = State::psIcapHeader; // eventually + icapReply->reset(); state.writing = State::writingPrime;