Re: Another problem with CGI and 1.2b20+patch

From: Duane Wessels <wessels@dont-contact.us>
Date: Wed, 20 May 1998 11:14:26 -0600

Karl Ferguson writes:

>Howdy again :-)
>
>I'm starting to notice very weird behaviour with squid and cgi... I was
>filling out a form for a domain name request today and when it came to
>posting all the details for submission, I got the following in cache.log:

its not a bug, its debugging messages. Apply this patch to make them
go away

Index: pump.c
===================================================================
RCS file: /surf1/CVS/squid/src/pump.c,v
retrieving revision 1.43
diff -w -u -r1.43 pump.c
--- pump.c 1998/05/13 22:17:48 1.43
+++ pump.c 1998/05/20 17:13:43
@@ -315,7 +315,6 @@
     PumpStateData *p = data;
     StoreEntry *req = p->request_entry;
     StoreEntry *rep = p->reply_entry;
- sigusr2_handle(0);
     cbdataLock(p);
     debug(61, 3) ("pumpClose: %p Server FD %d, Client FD %d\n",
        p, p->s_fd, p->c_fd);
@@ -344,7 +343,6 @@
     /* This tests that pumpFree() got called somewhere */
     assert(0 == cbdataValid(p));
     cbdataUnlock(p);
- sigusr2_handle(0);
 }
 
 static void

Duane W.
Received on Wed May 20 1998 - 10:19:15 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:40:15 MST