davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.02k stars 250 forks source link

onion_listen_stop is using server->mutex with pthreads #230

Closed bstarynk closed 6 years ago

bstarynk commented 6 years ago

It looks that the behavior of onion_listen_stop is not well defined when called from a different thread that the one who did onion_new.