r1951 - in branches/1.1: . bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Wed Sep 12 18:09:26 CEST 2007


Author: des
Date: 2007-09-12 18:09:26 +0200 (Wed, 12 Sep 2007)
New Revision: 1951

Modified:
   branches/1.1/
   branches/1.1/bin/varnishd/cache_acceptor.c
Log:
Merged revisions 1884 via svnmerge from 
svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r1884 | phk | 2007-08-20 12:39:05 +0200 (Mon, 20 Aug 2007) | 2 lines
  
  remove debugging message
........



Property changes on: branches/1.1
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk/varnish-cache:1-1722,1727-1729,1738,1743-1777,1779-1795,1797-1798,1800-1808,1810-1815,1817,1819,1823,1831-1838,1846,1853-1855,1857-1859,1862,1865,1867-1868,1871,1873-1880,1896,1898,1902-1905,1907,1909,1913-1916,1920-1928,1935-1939,1941,1943-1949
   + /trunk/varnish-cache:1-1722,1727-1729,1738,1743-1777,1779-1795,1797-1798,1800-1808,1810-1815,1817,1819,1823,1831-1838,1846,1853-1855,1857-1859,1862,1865,1867-1868,1871,1873-1880,1884,1896,1898,1902-1905,1907,1909,1913-1916,1920-1928,1935-1939,1941,1943-1949

Modified: branches/1.1/bin/varnishd/cache_acceptor.c
===================================================================
--- branches/1.1/bin/varnishd/cache_acceptor.c	2007-09-12 16:05:55 UTC (rev 1950)
+++ branches/1.1/bin/varnishd/cache_acceptor.c	2007-09-12 16:09:26 UTC (rev 1951)
@@ -103,8 +103,6 @@
 	if (memcmp(&tv, &tv_rcvtimeo, l))
 		need_rcvtimeo = 1;
 	need_test = 0;
-	printf("socktest: linger=%d sndtimeo=%d rcvtimeo=%d\n",
-	    need_linger, need_sndtimeo, need_rcvtimeo);
 }
 
 void




More information about the varnish-commit mailing list