From 3166ecd39f58d151636d2d168c520e15a493c759 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 5 Mar 2024 21:57:57 +0800 Subject: [PATCH] Update context.go --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 76866831..609827dd 100644 --- a/context.go +++ b/context.go @@ -120,7 +120,7 @@ func (c *Context) Copy() *Context { cp.Writer = &cp.writermem cp.index = abortIndex cp.handlers = nil - cp.fullPath = c.fullPath + cp.fullPath = c.fullPath cKeys := c.Keys cp.Keys = make(map[string]any, len(cKeys))