fix bug in list traversal that could cause ready connections to be skipped if other connections were suspended

This commit is contained in:
Christian Grothoff
2026-04-02 00:18:18 +02:00
parent 1e43edd529
commit 5f207ceede
6 changed files with 265 additions and 246 deletions
+6
View File
@@ -1,3 +1,9 @@
Thu Apr 2 12:13:57 AM CEST 2026
Fixed bug in connection list traversal logic that could
cause ready connections to be skipped (possibly indefinitely)
if another connection was being suspended.
Releasing GNU libmicrohttpd 1.0.3. -CG
Sat Feb 28 23:38:39 CET 2026
Added MHD_OPTION_ALLOW_BIN_ZERO_IN_URI_PATH daemon option.
Added new function MHD_get_connection_URI_path_n(). -EG