web-server: Add fnctl fallback on platforms without accept4 #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "campbellr/guile-knots:macos-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been using guile-knots in a project of mine and I noticed that the web-server didn't work on macOS (I sometimes only have easy access to a mac for local development).
I'm not sure how willing you are to support other platforms, but if you are open to it, the patch is pretty straightforward.
Awesome, thanks for this Ryan! At the moment I'm not testing for anything other than Linux unfortunately, but I'm happy to add support for other platforms.