Skip to content
Snippets Groups Projects
Commit f061bcc4 authored by Dylan Hicks's avatar Dylan Hicks
Browse files

Created wrapper class around http.Server that cleans up abandoned socket files...

Created wrapper class around http.Server that cleans up abandoned socket files upon .listen(), rather than just giving up with an EADDRINUSE error if a socket with the specified name already exists. See HttpSocketServer in common/http-sockets.js
parent 32d4b405
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment