--------------------- PatchSet 1931 Date: 2005/10/03 23:28:43 Author: dwsquid Branch: squid3-icap Tag: (none) Log: astyle Members: src/ICAPConfig.cc:1.1.2.8->1.1.2.9 src/http.cc:1.49.2.43->1.49.2.44 Index: squid3/src/ICAPConfig.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/ICAPConfig.cc,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- squid3/src/ICAPConfig.cc 3 Oct 2005 17:48:29 -0000 1.1.2.8 +++ squid3/src/ICAPConfig.cc 3 Oct 2005 23:28:43 -0000 1.1.2.9 @@ -1,6 +1,6 @@ /* - * $Id: ICAPConfig.cc,v 1.1.2.8 2005/10/03 17:48:29 dwsquid Exp $ + * $Id: ICAPConfig.cc,v 1.1.2.9 2005/10/03 23:28:43 dwsquid Exp $ * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- @@ -139,6 +139,7 @@ Vector::iterator i; match = NULL; + for (i = TheICAPConfig.services.begin(); i != TheICAPConfig.services.end(); ++i) { if (method != i->getRaw()->method) continue; Index: squid3/src/http.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/http.cc,v retrieving revision 1.49.2.43 retrieving revision 1.49.2.44 diff -u -r1.49.2.43 -r1.49.2.44 --- squid3/src/http.cc 3 Oct 2005 15:49:56 -0000 1.49.2.43 +++ squid3/src/http.cc 3 Oct 2005 23:28:43 -0000 1.49.2.44 @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.49.2.43 2005/10/03 15:49:56 dwsquid Exp $ + * $Id: http.cc,v 1.49.2.44 2005/10/03 23:28:43 dwsquid Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -753,6 +753,7 @@ #if ICAP_CLIENT ICAPAccessCheck *icap_access_check; + if (icap_access_check = new ICAPAccessCheck(ICAPServiceRep::respmod, ICAPServiceRep::precache, request, reply, icapAclCheckDoneWrapper, this)) { icap_access_check->check(); icapAccessCheckPending = true;