--------------------- PatchSet 7067 Date: 2005/10/05 07:44:30 Author: adri Branch: tidyup_deferred_reads Tag: (none) Log: Add back missing return. The code now should do exactly what the squid-2.5 code does. Members: src/http.c:1.17.6.27.4.3->1.17.6.27.4.4 Index: squid/src/http.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/http.c,v retrieving revision 1.17.6.27.4.3 retrieving revision 1.17.6.27.4.4 diff -u -r1.17.6.27.4.3 -r1.17.6.27.4.4 --- squid/src/http.c 5 Oct 2005 07:40:49 -0000 1.17.6.27.4.3 +++ squid/src/http.c 5 Oct 2005 07:44:30 -0000 1.17.6.27.4.4 @@ -1,6 +1,6 @@ /* - * $Id: http.c,v 1.17.6.27.4.3 2005/10/05 07:40:49 adri Exp $ + * $Id: http.c,v 1.17.6.27.4.4 2005/10/05 07:44:30 adri Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -630,6 +630,7 @@ /* Continue to read... */ /* Timeout NOT increased. This whitespace was from previous reply */ commSetSelect(fd, COMM_SELECT_READ, httpReadReply, httpState, 0); + return; } if (len < 0) {