Hello, I am using libmicrohttpd with the MHD_USE_SELECT_INTERNALLY flag only (one thread). Every request is processed in the libmicrohttpd thread and neither MHD_Connection * nor MHD_Response * are processed outside the thread.
Is it possible to make all pthread_mutex_* calls as no-ops? Martin
