godaddy / node-cluster-service

Turn your single process code into a fault-resilient, multi-process service with built-in REST & CLI support. Restart or hot upgrade your web servers with zero downtime or impact to clients.

Home Page:https://www.npmjs.org/package/cluster-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-server.js should always res.end();

jsdevel opened this issue · comments

There's no known case where res.end is not called. The extra fail safe is due to the severity of allowing the master to crash.