Merge 585a6c484bb36904838414858ea7b5b6aa10d458 into c0048f645ee945c4db30593afdea10123e2c30a6

This commit is contained in:
MGu 2025-10-22 09:32:29 -03:00 committed by GitHub
commit 3af3331f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
gin.go
View File

@ -669,6 +669,7 @@ func (engine *Engine) handleHTTPRequest(c *Context) {
if engine.RemoveExtraSlash {
rPath = cleanPath(rPath)
c.Request.URL.Path = rPath
}
// Find root of the tree for the given HTTP method