ing
This commit is contained in:
parent
c526faeb1e
commit
f9c7c69d0b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user