VividCortex / siesta

Composable framework for writing HTTP handlers in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quit signal ignored for other handlers within a Service

Preetam opened this issue · comments

Expanding on #25...

This is another case that looks incorrect, as well as this.

If the same change is made as in bcbda84, we will guarantee that the first handlers in the pre and post chains will be called.