alcjzk / Webserv

0 stars 0 forks source link

Cannot correcly unlink a bound socket #2

Closed alcjzk closed 10 months ago

alcjzk commented 11 months ago

BIND(2): "Binding a name in the UNIX domain creates a socket in the file system that must be deleted by the caller when it is no longer needed (using unlink(2))."

Subject for webserv does not list unlink as an allowed function, so this issue is not fixable at the time of writing.

alcjzk commented 10 months ago

Closing as wontfix, address rebinding is no longer an issue as of #8 and unlink is disallowed in the subject.