This commit is contained in:
crusader 2017-09-20 14:29:11 +09:00
parent c526faeb1e
commit f9c7c69d0b

View File

@ -33,7 +33,7 @@ type serverHandlers struct {
cfg config.Configurator
}
func (h *serverHandlers) OnConnection(ctx *fasthttp.RequestCtx) bool {
func (h *serverHandlers) OnConnect(ctx *fasthttp.RequestCtx) bool {
return true
}