Searched defs:disconnecting (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/login-common/
H A Dlogin-proxy.c68 bool disconnecting:1; member in struct:login_proxy
440 /* we were already lazily disconnecting this */
456 /* see at which time we should be disconnecting the client.
503 "proxy(%s): disconnecting %s%s%s",
507 delay_ms == 0 ? "" : t_strdup_printf(" - disconnecting client in %ums", delay_ms)));
567 return proxy->disconnecting ? NULL : proxy->server_input;

Completed in 21 milliseconds