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) ?
For example, my application received a http message and as a part of
handling the message it has to send out another reques
Hi,
With ref to:
https://lists.gnu.org/archive/html/libmicrohttpd/2018-08/msg00015.html , I
gone through twister, but looks like this is sync operation. The curl
operation is performed sync in same thread. I wanted to know if there is a
way to make it async, so basically on receiving the data call