stop server with SIGINT #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not sure if this is just me, but using KILL to stop the server doesn't clean up the pid. Using SIGINT allows the pid to be cleaned up and avoids a restart that takes 30 seconds.
Ruby 1.9.2 and webrick
Thanks!