Re: [libmicrohttpd] MHD_quiesce_daemon() question

2017-03-26 Thread Evgeny Grin
On 26.03.2017 8:33, silvioprog wrote: > I found the following related message: > > https://lists.gnu.org/archive/html/libmicrohttpd/2014-09/msg00012.html > > I've used a similar logic, but with item X below, because I need to wait > the client processing: > > 1) MHD_quiesce_daemon() > *X) while

[libmicrohttpd] Complete request on fd becoming ready

2017-03-26 Thread Hein-Pieter van Braam
Hello all, I am writing an MHD application where the MHD HTTP server acts as a proxy between a HTTP REST API and a different binary protocol on the backend. My MHD application opens a new TCP connection to the backend, translates the request, and waits for an answer. The waiting on an answer part