Re-invoke NotFoundHandler if returns an ErrRouteNotFound error#1730
Re-invoke NotFoundHandler if returns an ErrRouteNotFound error#1730chenxxpro wants to merge 0 commit intolabstack:masterfrom bytepowered:master
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1730 +/- ##
==========================================
+ Coverage 84.97% 85.79% +0.81%
==========================================
Files 29 29
Lines 1983 2020 +37
==========================================
+ Hits 1685 1733 +48
+ Misses 189 181 -8
+ Partials 109 106 -3
Continue to review full report at Codecov.
|
|
Thanks for your contribution @yongjiapro I guess we need some clarification on the purpose or use case behind that change. Could you explain something about your intended use, please? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions. |
When middleware returns ErrRouteNotFound, provides a way to re-invoke NotFoundHandler