1
0
mirror of https://github.com/labstack/echo.git synced 2025-06-23 00:38:07 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2015-09-15 08:29:29 -07:00
parent 68e00e964c
commit f251eead67
2 changed files with 18 additions and 1 deletions

View File

@ -394,7 +394,7 @@ func (r *Router) Find(method, path string, ctx *Context) (h HandlerFunc, e *Echo
c = cn.findChildWithType(mtype)
if c != nil {
cn = c
ctx.pvalues[0] = search
ctx.pvalues[len(ctx.pvalues) - 1] = search
search = "" // End search
continue
}