--------------------- PatchSet 11698 Date: 2007/09/23 14:59:28 Author: adrian Branch: HEAD Tag: (none) Log: Don't bother flushing after the end of each line; try to fill the buffer with data before firing it off over UDP. Members: src/logfile_mod_udp.c:1.2->1.3 Index: squid/src/logfile_mod_udp.c =================================================================== RCS file: /cvsroot/squid/squid/src/logfile_mod_udp.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- squid/src/logfile_mod_udp.c 23 Sep 2007 14:24:59 -0000 1.2 +++ squid/src/logfile_mod_udp.c 23 Sep 2007 14:59:28 -0000 1.3 @@ -1,5 +1,5 @@ /* - * $Id: logfile_mod_udp.c,v 1.2 2007/09/23 14:24:59 adrian Exp $ + * $Id: logfile_mod_udp.c,v 1.3 2007/09/23 14:59:28 adrian Exp $ * * DEBUG: section 50 Log file handling * AUTHOR: Adrian Chadd @@ -101,7 +101,6 @@ static void logfile_mod_udp_lineend(Logfile * lf) { - lf->f_flush(lf); } static void