r4090 - trunk/varnish-cache/bin/varnishd

sky at projects.linpro.no sky at projects.linpro.no
Fri May 29 19:55:24 CEST 2009


Author: sky
Date: 2009-05-29 19:55:24 +0200 (Fri, 29 May 2009)
New Revision: 4090

Modified:
   trunk/varnish-cache/bin/varnishd/cache_center.c
Log:
tiny nit

Modified: trunk/varnish-cache/bin/varnishd/cache_center.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_center.c	2009-05-26 13:40:00 UTC (rev 4089)
+++ trunk/varnish-cache/bin/varnishd/cache_center.c	2009-05-29 17:55:24 UTC (rev 4090)
@@ -261,7 +261,7 @@
 
 	if (sp->fd >= 0 && sp->doclose != NULL) {
 		/*
-		 * This is an orderly close of the connection; ditch linger 
+		 * This is an orderly close of the connection; ditch nolinger 
 		 * before we close, to get queued data transmitted.
 		 */
 		TCP_linger(sp->fd, 0);



More information about the varnish-commit mailing list