--------------------- PatchSet 5956 Date: 2003/09/23 23:48:55 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: run 'gindent' and change debugging level on recent 100 Continue code. Members: src/icap_respmod.c:1.1.2.3->1.1.2.4 Index: squid/src/icap_respmod.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_respmod.c,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid/src/icap_respmod.c 23 Sep 2003 23:47:34 -0000 1.1.2.3 +++ squid/src/icap_respmod.c 23 Sep 2003 23:48:55 -0000 1.1.2.4 @@ -1,5 +1,5 @@ /* - * $Id: icap_respmod.c,v 1.1.2.3 2003/09/23 23:47:34 dwsquid Exp $ + * $Id: icap_respmod.c,v 1.1.2.4 2003/09/23 23:48:55 dwsquid Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -376,8 +376,8 @@ return; } if (100 == status) { - debug(81, 0) ("icapRespModReadReply: 100 Continue received!\n"); - commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); + debug(81, 3) ("icapRespModReadReply: 100 Continue received\n"); + commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); return; } icap->flags.keep_alive = 0; /* XXX */