Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle SIGINT exit, add hostname and \n to resp
- Ctrl+C on a Docker container sends SIGINT, which is not handled properly by default (see nodejs/node#4182). Added a signal handler. - Adding trailing newline to response for curl-friendliness. - Added log message indicating server is starting. - Added hostname to indicate that the container. Signed-off-by: Ahmet Alp Balkan <[email protected]>
- Loading branch information