ing
This commit is contained in:
parent
1ce4b594b3
commit
43e6fe1916
|
@ -144,7 +144,7 @@ func (s *Server) httpHandler(ctx *fasthttp.RequestCtx) {
|
|||
}
|
||||
servletCtx := servlet.ServletCtx(s.ctx)
|
||||
|
||||
go servlet.Handle(servletCtx, ctx)
|
||||
servlet.Handle(servletCtx, ctx)
|
||||
}
|
||||
|
||||
func (s *Server) onError(ctx *fasthttp.RequestCtx, status int, reason error) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user