Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use c.Response.Write() in EchoWrapHandler #114

Open
lkslts64 opened this issue Oct 11, 2023 · 0 comments
Open

Use c.Response.Write() in EchoWrapHandler #114

lkslts64 opened this issue Oct 11, 2023 · 0 comments

Comments

@lkslts64
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant