libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error


From: Vitaliy T
Subject: Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error
Date: Wed, 15 Mar 2017 14:28:51 +0300

On 15 March 2017 at 13:29, Evgeny Grin <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]