1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

Nothing special here

On websocket:
https://github.com/kataras/iris/issues/340#issuecomment-237612680
This commit is contained in:
Gerasimos Maropoulos
2016-08-04 19:49:12 +03:00
parent 922248bbf1
commit 2b364817c3
3 changed files with 16 additions and 2 deletions

View File

@@ -1820,7 +1820,6 @@ func (api *muxAPI) Favicon(favPath string, requestPath ...string) RouteNameFunc
if len(requestPath) > 0 {
reqPath = requestPath[0]
}
api.Head(reqPath, h)
return api.Get(reqPath, h)
}