Commit 458f475b authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

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
........


git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@1951 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c5a2574f
......@@ -103,8 +103,6 @@ sock_test(int fd)
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment