Browse Source

Comment

master
Con Kolivas 7 years ago
parent
commit
c20cc58d48
  1. 3
      src/stratifier.c

3
src/stratifier.c

@ -2647,7 +2647,8 @@ static void reconnect_global_clients(sdata_t *sdata)
if (!client->authorised) if (!client->authorised)
continue; continue;
/* Does the client mandate a vmask but the best proxy not /* 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) if (client->vmask && !proxy->version_mask)
continue; continue;
/* Is this client bound to a dead proxy? */ /* Is this client bound to a dead proxy? */

Loading…
Cancel
Save