func nothing(c martini.Context) { c.Next() }
func (g *GracefulShutdown) Handler(c martini.Context) { g.wg.Add(1) c.Next() g.wg.Done() }