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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hono-base): fix not found handler calling timing when one middleware #2080

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

usualoma
Copy link
Member

Fixes #2061

Fix problem where notFound was not handled correctly when the result returned from the router was a single middleware.

Author should do the followings, if applicable

  • Add tests
  • Run tests
  • yarn denoify to generate files for Deno

@yusukebe
Copy link
Member

That was a bug! Thank you for the good fix.

Merging now.

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

Successfully merging this pull request may close these issues.

NotFound Handler + Compress does not return body
2 participants