-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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(route): redirectSlash bug #3227
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3227 +/- ##
==========================================
+ Coverage 98.22% 98.38% +0.16%
==========================================
Files 43 43
Lines 3148 3153 +5
==========================================
+ Hits 3092 3102 +10
+ Misses 44 38 -6
- Partials 12 13 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
please review @appleboy thanks! |
hope this will be merged soon, our team is having difficulties in a production environment because of this bug |
@thinkerou maybe create a new tag for a bug fix? |
@thinkerou, @appleboy our team is also waiting for this fix. Creating new version would be very helpful. Thanks |
yes 👍 |
Also waiting on this. |
we will release the feature in v1.8.2 |
@thinkerou See the milestone: https://github.com/gin-gonic/gin/milestone/23 |
fixes #2959
fixes #2282
fixes #2211
code from julienschmidt/httprouter#342