c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

Do not use sigprocmask on Windows #86

Closed jonahbeckford closed 4 months ago

jonahbeckford commented 4 months ago

Fixes #85

c-cube commented 4 months ago

thank you!