On 15 March 2017 at 13:29, Evgeny Grin <k...@yandex.ru> wrote:
> Fixed in master [...]

Thank you!

Now suspend/resume working out of a box for both epoll & select for
MHD_USE_XXX_INTERNALLY.

The bad news, there is regression for
  MHD_set_connection_option (connection, MHD_CONNECTION_OPTION_TIMEOUT, timeout)

Previously if a timeout was set to 0, that's means the infinite timeout.
But now, the infinite timeout is equals to INT_MAX due the
implementation MHD_epoll(). The last one uses new semantics.
The changes is not updated in the microhttpd.h file.

-- 
With Best Regards,
Vitaliy V. Tokarev

Reply via email to