libmicrohttpd: master 2eb1573d

Author Committer Branch Timestamp Parent
Christian Grothoff Christian Grothoff master 2017-02-15 14:25 master 2a815fe3
Changeset fix race related to MHD_quiesce_daemon setting the listen socket to -1 which may disrupt concurrent non-locking activities by instead setting a flag (which suffices given the document semantics of MHD_quiesce_daemon()); renaming the socket_fd to listen_fd to distinguish it better by name
mod - src/microhttpd/daemon.c Diff File
mod - src/microhttpd/internal.h Diff File