[libmicrohttpd] Adding to projects that use libmicrohttpd list

2021-12-02 Thread Gavin Henry
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

2021-12-02 Thread Erik Smith
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