On Sat, Nov 8, 2008 at 10:42 PM, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > Update of /cvsroot/naviserver/naviserver > In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26902 > > Modified Files: > ChangeLog > Log Message: > mark connection flags when last chunk is sent > > > Index: ChangeLog > =================================================================== > RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v > retrieving revision 1.827 > retrieving revision 1.828 > diff -C2 -d -r1.827 -r1.828 > *** ChangeLog 7 Nov 2008 19:01:57 -0000 1.827 > --- ChangeLog 8 Nov 2008 22:42:09 -0000 1.828 > *************** > *** 1,2 **** > --- 1,7 ---- > + 2008-11-08 Vlad Seryakov <[EMAIL PROTECTED]> > + > + * nsd/connio.c: Mark connection flags with NS_CONN_SENT_LAST_CHUNK > + when last chunk is actuall sent. > +
What? $ grep -r NS_CONN_SENT_LAST_CHUNK * ChangeLog: * nsd/connio.c: Mark connection flags with NS_CONN_SENT_LAST_CHUNK include/ns.h: #define NS_CONN_SENT_LAST_CHUNK 0x100 /* Marks that the last chunk was sent in chunked mode */ nsd/connio.c: connPtr->flags |= NS_CONN_SENT_LAST_CHUNK; ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ naviserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/naviserver-devel
