🐛 UnescapePath not working #1102

Co-authored-by: Fenny <fenny@gofiber.io>
This commit is contained in:
ReneWerner87 2021-01-06 13:24:26 +01:00
parent b51def0bb8
commit e94e653ca7

2
ctx.go
View File

@ -42,7 +42,7 @@ type Ctx struct {
baseURI string // HTTP base uri baseURI string // HTTP base uri
path string // Prettified HTTP path for the user -> string copy from pathBuffer path string // Prettified HTTP path for the user -> string copy from pathBuffer
pathBuffer []byte // HTTP path buffer 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 detectionPathBuffer []byte // HTTP path detectionPath
treePath string // Path for the search in the tree treePath string // Path for the search in the tree
pathOriginal string // Original HTTP path pathOriginal string // Original HTTP path