--------------------- PatchSet 7151 Date: 2005/11/02 02:11:12 Author: adri Branch: tidyup_deferred_reads Tag: (none) Log: Start stripping out the deferred handler check. Members: src/comm_select.c:1.8.6.6.24.1->1.8.6.6.24.2 Index: squid/src/comm_select.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm_select.c,v retrieving revision 1.8.6.6.24.1 retrieving revision 1.8.6.6.24.2 diff -u -r1.8.6.6.24.1 -r1.8.6.6.24.2 --- squid/src/comm_select.c 13 Oct 2005 09:14:35 -0000 1.8.6.6.24.1 +++ squid/src/comm_select.c 2 Nov 2005 02:11:12 -0000 1.8.6.6.24.2 @@ -1,6 +1,6 @@ /* - * $Id: comm_select.c,v 1.8.6.6.24.1 2005/10/13 09:14:35 adri Exp $ + * $Id: comm_select.c,v 1.8.6.6.24.2 2005/11/02 02:11:12 adri Exp $ * * DEBUG: section 5 Socket Functions * @@ -288,8 +288,6 @@ for (j = 0; j < NHttpSockets; j++) { if (HttpSockets[j] < 0) continue; - if (commDeferRead(HttpSockets[j])) - continue; fds[nfds++] = HttpSockets[j]; } nevents = comm_check_incoming_poll_handlers(nfds, fds);