Merge 585a6c484bb36904838414858ea7b5b6aa10d458 into d1a15347b1e45a8ee816193d3578a93bfd73b70f

This commit is contained in:
MGu 2025-12-15 18:48:44 +08:00 committed by GitHub
commit 9a6be2284d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
gin.go
View File

@ -702,6 +702,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