[libmicrohttpd] Questions about libmicrohttpd

2018-04-29 Thread Austin Einter
Dear All I am very new to libmicrohttpd. I am planning to use libmicrohttpd in one of my project. I have basic two questions 1) Can I send HTTP responses in an asynch manner. Example - Say I get a GET request in my libmicrohttpd server. Say answer_to_connection callback got called. I do not want

Re: [libmicrohttpd] Questions about libmicrohttpd

2018-04-29 Thread Christian Grothoff
On 04/29/2018 03:14 PM, Austin Einter wrote: > Dear All > I am very new to libmicrohttpd. > I am planning to use libmicrohttpd in one of my project. > > I have basic two questions > > 1) Can I send HTTP responses in an asynch manner.  > Example - Say I get a GET request in my libmicrohttpd server

Re: [libmicrohttpd] Questions about libmicrohttpd

2018-04-29 Thread Austin Einter
Dear Christian, These are really useful info for me. Let me check more on these lines. Best Regards, Austin On Sun, Apr 29, 2018 at 7:50 PM, Christian Grothoff wrote: > On 04/29/2018 03:14 PM, Austin Einter wrote: > > Dear All > > I am very new to libmicrohttpd. > > I am planning to use libmicro