Open kunalekawde opened 5 years ago
Hello! This is a first alpha release. All details are here:
https://lists.gnu.org/archive/html/libmicrohttpd/2018-03/msg00032.html
This functionality is included in the To Do list:
- Handle suspend/resume actions correctly (now implemented for only one stream).
Hi,
I could get multiple stream to work with suspend/resume. Could you please check if this approach is fine:
Thanks, Kunal
Hello Kunal, I'm on holidays for the following two weeks, so I won't be able to look into this. But it's very interesting what you have proposed, so when I'm back I'll discuss it with you!
Regards, maru
Thanks Maru, another thing i wanted to confirm is that there are lot of files under src/lib which are like modular parts of MHD, is the code part of this lib folder used ? I tried daemon_epoll.c to see if API's are invoked external but couldn't figure out also verified with debug log. Please let me know if that folder is relevant.
Thanks, Kunal
Hi , When i verified multiple streams with suspend/resume, it doesn't seems to be working. After responding on 1 stream other is not responded. I've seen some todo list wherein its mentioned that it will work for single stream, wanted to confirm if this is the same case. If we have to make it work, can you please provide some inputs on where we should check ? Thanks