[master] ffc28ea A random attempt at debugging that shouldn't have been committed

Poul-Henning Kamp phk at FreeBSD.org
Mon May 18 21:38:09 CEST 2015


commit ffc28ea95f81faf9cd07f53ff700cf91e7c8e92e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 18 19:37:49 2015 +0000

    A random attempt at debugging that shouldn't have been committed

diff --git a/bin/varnishd/waiter/cache_waiter_poll.c b/bin/varnishd/waiter/cache_waiter_poll.c
index d3ab87c..d3cbe4e 100644
--- a/bin/varnishd/waiter/cache_waiter_poll.c
+++ b/bin/varnishd/waiter/cache_waiter_poll.c
@@ -141,7 +141,6 @@ vwp_main(void *priv)
 			vwp->hpoll--;
 		v = poll(vwp->pollfd, vwp->hpoll + 1, -1);
 		assert(v >= 0);
-usleep(1500000);
 		v2 = v;
 		now = VTIM_real();
 		idle = now - *vwp->waiter->tmo;



More information about the varnish-commit mailing list