From e94e653ca76a594035754e2923b73b00f679168a Mon Sep 17 00:00:00 2001 From: ReneWerner87 Date: Wed, 6 Jan 2021 13:24:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20UnescapePath=20not=20working=20#?= =?UTF-8?q?1102?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fenny --- ctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctx.go b/ctx.go index 649e1b80..48cdf359 100644 --- a/ctx.go +++ b/ctx.go @@ -42,7 +42,7 @@ type Ctx struct { baseURI string // HTTP base uri path string // Prettified HTTP path for the user -> string copy from pathBuffer pathBuffer []byte // HTTP path buffer - detectionPath string // Route detection path -> string copy from pathBuffer + detectionPath string // Route detection path -> string copy from detectionPathBuffer detectionPathBuffer []byte // HTTP path detectionPath treePath string // Path for the search in the tree pathOriginal string // Original HTTP path