--------------------- PatchSet 5897 Date: 2003/08/21 23:11:37 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: gindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 -sc -di0 -psl Members: src/icap.c:1.1.16.12->1.1.16.13 Index: squid/src/icap.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap.c,v retrieving revision 1.1.16.12 retrieving revision 1.1.16.13 diff -u -r1.1.16.12 -r1.1.16.13 --- squid/src/icap.c 21 Aug 2003 22:08:48 -0000 1.1.16.12 +++ squid/src/icap.c 21 Aug 2003 23:11:37 -0000 1.1.16.13 @@ -1,5 +1,5 @@ /* - * $Id: icap.c,v 1.1.16.12 2003/08/21 22:08:48 dwsquid Exp $ + * $Id: icap.c,v 1.1.16.13 2003/08/21 23:11:37 dwsquid Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -225,11 +225,11 @@ debug(81, 1) ("WARNING: icapReqModReadReply() did not find 'Encapsulated' header\n"); } if (httpState->icap->enc_res_hdr) - directResponse = 1; + directResponse = 1; else if (httpState->icap->enc_res_body) - directResponse = 1; + directResponse = 1; else - directResponse = 0; + directResponse = 0; } /* Check whether it is a direct reply - if so over to http part */ @@ -667,11 +667,11 @@ return; } if (httpState->icap->enc_res_hdr) - directResponse = 1; + directResponse = 1; else if (httpState->icap->enc_res_body) - directResponse = 1; + directResponse = 1; else - directResponse = 0; + directResponse = 0; } /*