--------------------- PatchSet 5356 Date: 2002/10/12 13:42:27 Author: rbcollins Branch: rbcollins_cxxtest Tag: (none) Log: Output occurs when data is sent, not body data sent Members: src/client_side.cc:1.1.2.2->1.1.2.3 Index: squid/src/client_side.cc =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/client_side.cc,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid/src/client_side.cc 11 Oct 2002 15:40:43 -0000 1.1.2.2 +++ squid/src/client_side.cc 12 Oct 2002 13:42:27 -0000 1.1.2.3 @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.1.2.2 2002/10/11 15:40:43 rbcollins Exp $ + * $Id: client_side.cc,v 1.1.2.3 2002/10/12 13:42:27 rbcollins Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -589,7 +589,7 @@ int contextStartOfOutput(clientSocketContext * context) { - return context->http->out.offset == 0 ? 1 : 0; + return context->http->out.size == 0 ? 1 : 0; } void