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

Invalid_argument("Unix.sigprocmask not implemented") on Windows #85

Closed jonahbeckford closed 4 months ago

jonahbeckford commented 4 months ago

Trying this with the MSVC compiler:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>Y:\source\dkml\build\pkg\bump\.ci\o\2.1.1\bin\http_of_dir.exe Y:\source\site-main\docs
Fatal error: exception Invalid_argument("Unix.sigprocmask not implemented")

If it is easy to fix I'll submit a PR.