mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
Date: Wed, 29 Oct 2014 09:59:09 +0100 Subject: [PATCH 2/2] Add MHD_DAEMON_INFO_CURRENT_CONNECTIONS to MHD_DaemonInfoType. The MHD_DAEMON_INFO_CURRENT_CONNECTIONS returns number of current connections handled by the daemon. Useful after MHD_quiesce_daemon to find out whether all connections have been served.