Hey π
In EchoWrapHandler, when writing the response body you use c.Response().Writer.Write(). However, ideally one should use echo's provided wrapper function (i.e. c.Response.Write()), as it additionally sets some response scoped vars and also calls some hooks.