Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack around Hoxy’s bad exit behavior.
Hoxy has a server buried in its internals that it uses to accomplish some neat tricks for serving static files. Unfortunately, there’s no public way to shutdown this server. That conflicts with what we want to do to shutdown gracefully upon receiving SIGINT. For now, we’re just going to force quit after a reasonable period. Details: greim/hoxy#88
- Loading branch information