Re: [libmicrohttpd] Multiple copies of at least mhd_threads.c and mhd_threads.h in source

2025-04-05 Thread Christian Grothoff
It appears that the first two are the newest and in the correct location and the last two are older versions that may have been accidentally resurrected in: commit 7512349b3bb7ec147195cf25864f637e1a99c569 Author: Christian Grothoff Date: Fri Feb 9 06:09:02 2018 +0100 allow passing p

Re: [libmicrohttpd] Double-close of daemon->listen_fd in MHD_start_daemon_va if bind() fails

2025-07-14 Thread Christian Grothoff
Dear Mike, Thanks for reporting, I've pushed a fix and released libmicrohttpd 1.0.2. Happy hacking! Christian On 7/12/25 18:49, Mike Crowe via libmicrohttpd wrote: This problem was detected by Valgrind 3.25.1 when running one of the test cases for our code that uses libmicrohttpd. In v1.0.1

Re: [libmicrohttpd] Implementing Asynchronous Non-Blocking Request Processing with GNU libmicrohttpd

2025-08-04 Thread Christian Grothoff
On 7/29/25 20:23, Leonid. wrote: Hello GNU libmicrohttpd developers, I want to implement the following using this excellent library: The application maintains a fixed-size thread pool. Each thread executes asynchronous non-blocking code. Request processing should NEVER block. For example (the f

<    4   5   6   7   8   9