gin
gin copied to clipboard
fix re-enter middleware bug
When we use HandleContext re-enter,middleware handlers will be covered
I can confirm the issue.
PATH_A is a path where HandleContext to redirect to PATH_B. If PATH_B has more handlers than PATH_A then part of PATH_B handlers will be executed one more time after processing of PATH_A has been done.
@Robert-XIAO-777 Please rebase the latest master branch. Thanks.