[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
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, (continued)
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/14
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Evgeny Grin, 2017/03/14
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/14
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Evgeny Grin, 2017/03/14
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Evgeny Grin, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Evgeny Grin, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error,
Vitaliy T <=
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Evgeny Grin, 2017/03/15
- Re: [libmicrohttpd] MHD_get_fdset throws "Illegal instruction" error, Vitaliy T, 2017/03/15