> On 05/31/2015 08:37 AM, 钱在晨(二败) wrote:
> continued... I think I find the reason. In the function
> MHD_resume_connection(), daemon.c: line 1601
>
>
> It requires the MHD_USE_THREAD_PER_CONNECTION option to lock the
> cleanup_connection_mutex, but int my program, I use the options like
> "MHD_US
continued...
I think I find the reason.
In the function MHD_resume_connection(), daemon.c: line 1601
It requires the MHD_USE_THREAD_PER_CONNECTION option to lock the
cleanup_connection_mutex, but int my program, I use the options like
"MHD_USE_SELECT_INTERNALLY | MHD_USE_POLL | MHD_USE_DEBUG|