Skip to content

Commit

Permalink
Merge pull request labstack#383 from admpub/v2
Browse files Browse the repository at this point in the history
fixed bug
  • Loading branch information
vishr committed Mar 10, 2016
2 parents f730def + 53e173a commit 640e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ type (
)

func (h HandlerFunc) ServeHTTP(req Request, res Response) {
h.ServeHTTP(req, res)
h(req, res)
}

0 comments on commit 640e47f

Please sign in to comment.