You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd guess so! I guess the first argument of socket should be the first argument of make-default-socket, feel free to send a patch if you can confirm changing it works for you.
When trying to use
(run-server server-file-download-handler #:family AF_INET6 #:addr 1 #:port 8083)
I get the errorIs this due to creating the socket always with PF_INET instead of switching to PF_INET6 for AF_INET6?
fibers/fibers/web/server.scm
Line 47 in b86405a
The text was updated successfully, but these errors were encountered: