[master] cab6b13 drop a note white trying to grok the code

Nils Goroll nils.goroll at uplex.de
Mon Nov 13 11:10:10 UTC 2017


commit cab6b1383e723a3266aad487d6122fe914700a70
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Nov 13 11:51:37 2017 +0100

    drop a note white trying to grok the code

diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index 523bba9..21b8b0a 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -524,6 +524,8 @@ vca_acct(void *arg)
 	struct listen_sock *ls;
 	double t0, now;
 
+	// XXX Actually a mis-nomer now because the accept happens in a pool
+	// thread. Rename to accept-nanny or so?
 	THR_SetName("cache-acceptor");
 	THR_Init();
 	(void)arg;


More information about the varnish-commit mailing list