--------------------- PatchSet 7098 Date: 2005/10/12 07:37:09 Author: adri Branch: tidyup_deferred_reads Tag: (none) Log: Just to bring it in line with http.c/ftp.c - preinitialise the IO type to run Members: src/gopher.c:1.10.6.8.10.3->1.10.6.8.10.4 Index: squid/src/gopher.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/gopher.c,v retrieving revision 1.10.6.8.10.3 retrieving revision 1.10.6.8.10.4 diff -u -r1.10.6.8.10.3 -r1.10.6.8.10.4 --- squid/src/gopher.c 12 Oct 2005 07:32:05 -0000 1.10.6.8.10.3 +++ squid/src/gopher.c 12 Oct 2005 07:37:09 -0000 1.10.6.8.10.4 @@ -1,6 +1,6 @@ /* - * $Id: gopher.c,v 1.10.6.8.10.3 2005/10/12 07:32:05 adri Exp $ + * $Id: gopher.c,v 1.10.6.8.10.4 2005/10/12 07:37:09 adri Exp $ * * DEBUG: section 10 Gopher * AUTHOR: Harvest Derived @@ -839,6 +839,7 @@ statCounter.server.all.requests++; statCounter.server.other.requests++; storeServerSetCallback(fwdState->entry, gopherReadKick, gopherState); + gopherState->pending_kick = STKICK_RUN; /* Parse url. */ gopher_request_parse(fwdState->request, &gopherState->type_id, gopherState->request);