[master] 665f1ef Oops, that bit was still two test-cases to early

Poul-Henning Kamp phk at varnish-cache.org
Fri May 24 17:28:01 CEST 2013


commit 665f1ef16f4f05c3954da97231f4512926f5bfe7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 24 15:27:45 2013 +0000

    Oops, that bit was still two test-cases to early

diff --git a/bin/varnishd/cache/cache_fetch.c b/bin/varnishd/cache/cache_fetch.c
index a564fdb..2fed1e3 100644
--- a/bin/varnishd/cache/cache_fetch.c
+++ b/bin/varnishd/cache/cache_fetch.c
@@ -1032,7 +1032,7 @@ VBF_Fetch(struct worker *wrk, struct req *req)
 	bo->fetch_task.priv = &vsh;
 	bo->fetch_task.func = vbf_fetch_thread;
 
-	if (Pool_Task(wrk->pool, &bo->fetch_task, POOL_QUEUE_FRONT))
+	// if (Pool_Task(wrk->pool, &bo->fetch_task, POOL_QUEUE_FRONT))
 		vbf_fetch_thread(wrk, &vsh);
 	while (req != NULL) {
 		printf("XXX\n");



More information about the varnish-commit mailing list