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

2025-04-05 Thread Christian Grothoff
Yes, src/lib/ was an early attempt to implement the MHD2 API, while src/microhttpd/ is what has always been used in production. Note that we're now in the process of moving the MHD2 implementation into a new libmicrohttpd2.git, and after that it would seem to definitively be time to clean up (

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

2025-04-05 Thread Evgeny Grin
Hi Mike, On 05.04.2025 19:41, Mike Crowe via libmicrohttpd wrote: Perhaps I'm missing something obvious, but I can't understand why there appear to be two copies of at least mhd_threads.c and mhd_threads.h in the libmicrohttpd source tree. For current Git master at 5e40455beae130dd0dd239a7a2447b

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

2025-04-05 Thread Mike Crowe via libmicrohttpd
Perhaps I'm missing something obvious, but I can't understand why there appear to be two copies of at least mhd_threads.c and mhd_threads.h in the libmicrohttpd source tree. For current Git master at 5e40455beae130dd0dd239a7a2447b88496c3be8 and in the 1.0.1 tarball I see: $ find . -name 'mhd_thre

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

2025-04-05 Thread Mike Crowe via libmicrohttpd
On 4/5/25 18:41, Mike Crowe via libmicrohttpd wrote: >> Perhaps I'm missing something obvious, but I can't understand why there >> appear to be two copies of at least mhd_threads.c and mhd_threads.h in the >> libmicrohttpd source tree. On Saturday 05 April 2025 at 19:08:46 +0200, Christian Grothof