You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi developers, in the below codes, the lock daemon could be not released before program's exit abort();. I think it is better to write MHD_ip_count_unlock (daemon); before the abort(); for better resource management and code symmetry. Thanks!
Hi developers, in the below codes, the lock
daemon
could be not released before program's exit abort();. I think it is better to writeMHD_ip_count_unlock (daemon);
before theabort();
for better resource management and code symmetry. Thanks!libmicrohttpd/src/daemon/daemon.c
Lines 333 to 367 in 61ce9c1
The text was updated successfully, but these errors were encountered: