Re: [libmicrohttpd] 答复:The resuming of a single connection and daemon not coordinate

2015-05-31 Thread Christian Grothoff
> 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

[libmicrohttpd] 答复:The resuming of a single connection and daemon not coordinate

2015-05-30 Thread 钱在晨(二败)
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|