--------------------- PatchSet 1905 Date: 2005/09/30 16:26:08 Author: dwsquid Branch: squid3-icap Tag: (none) Log: takeAdapatedHeaders() should no longer destroy the virgin reply header because ICAPXaction still needs it (e.g. for calling virginExpectBody()). Members: src/http.cc:1.49.2.36->1.49.2.37 Index: squid3/src/http.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/http.cc,v retrieving revision 1.49.2.36 retrieving revision 1.49.2.37 diff -u -r1.49.2.36 -r1.49.2.37 --- squid3/src/http.cc 29 Sep 2005 22:23:09 -0000 1.49.2.36 +++ squid3/src/http.cc 30 Sep 2005 16:26:08 -0000 1.49.2.37 @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.49.2.36 2005/09/29 22:23:09 dwsquid Exp $ + * $Id: http.cc,v 1.49.2.37 2005/09/30 16:26:08 dwsquid Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -2051,14 +2051,6 @@ return; } - /* - * We gave the virgin reply to ICAP, but ICAP doesn't - * need it now, so destroy it. - */ - httpReplyDestroy(reply); - - reply = NULL; - storeEntryReplaceObject(entry, rep); /*