[libmicrohttpd] Adding to projects that use libmicrohttpd list
Hi all, Could I add https://github.com/SentryPeer/SentryPeer to the list? or https://sentrypeer.org Thanks. -- Kind Regards, Gavin Henry. https://sentrypeer.org
[libmicrohttpd] large incremental responses
If I want to send a large response that takes time to generate and have the response sent incrementally in a push style (regular write calls in synchronous code, not callbacks) so that the client doesn't time out, how would I do that? Is that something I'm going to have to write some concurrency m