Merge 34ff4d83116b7643bfa6e0fd38e69f2cc003087b into 03f3e420a3c370659359fb4deb99a474229b215a

This commit is contained in:
smoky 2026-06-25 05:15:41 +00:00 committed by GitHub
commit 5bf6f66217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,9 +132,8 @@ func (c *Context) Copy() *Context {
cp.handlers = nil
cp.fullPath = c.fullPath
cKeys := c.Keys
c.mu.RLock()
cp.Keys = maps.Clone(cKeys)
cp.Keys = maps.Clone(c.Keys)
c.mu.RUnlock()
cParams := c.Params