Re: [libmicrohttpd] Question on Async support

2018-08-28 Thread Santos Das
Hi, Any thoughts on this question? Thanks in advance. -santos On Mon, Aug 27, 2018 at 5:05 PM Santos Das wrote: > Hi, > > Thanks for your reply. I have a question on how we do the asynchronous > operation (when I am running the michrohttpd as a part of my thread and in > the same event loop) ?

Re: [libmicrohttpd] Aync handling & message response

2018-08-28 Thread Kunal Ekawde
I was able to do following but have some issue in MHD_queue_response. Scenario: Main thread having select, without any MHD threads with curl multi integration.(updated benchmark.c) 1. Receive GET, on 2nd call of ahc_echo, saved the connection pointer and invoked curl client to GET to another serve