postrank-labs / goliath

Goliath is a non-blocking Ruby web server framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goliath doesn't delete pidfile on exit

markquezada opened this issue · comments

It looks like INT and TERM are trapped, but they only call EM.stop. The pidfile should also be deleted.

I've taken a stab at this. Thoughts?

Looks good to me.