This commit is contained in:
crusader 2018-04-06 12:44:21 +09:00
parent 1ce4b594b3
commit 43e6fe1916

View File

@ -144,7 +144,7 @@ func (s *Server) httpHandler(ctx *fasthttp.RequestCtx) {
} }
servletCtx := servlet.ServletCtx(s.ctx) 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) { func (s *Server) onError(ctx *fasthttp.RequestCtx, status int, reason error) {