From c20cc58d4851ef59e31948a9569d443e5bdef99b Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 16 Feb 2018 14:47:40 +1100 Subject: [PATCH] Comment --- src/stratifier.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index cb8a7df4..57566aeb 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -2647,7 +2647,8 @@ static void reconnect_global_clients(sdata_t *sdata) if (!client->authorised) continue; /* Does the client mandate a vmask but the best proxy not - * support it? */ + * support it? Not ideal because there may be a better priority + * pool below the best priority one that does support it. */ if (client->vmask && !proxy->version_mask) continue; /* Is this client bound to a dead proxy? */