mirror of
https://github.com/eolinker/apinto
synced 2025-10-29 19:21:49 +08:00
influxdb批量完成
This commit is contained in:
@@ -137,7 +137,10 @@ func (m *Manager) FastHandler(port int, ctx *fasthttp.RequestCtx) {
|
||||
log.Debug("match has:", port)
|
||||
r.ServeHTTP(httpContext)
|
||||
}
|
||||
httpContext.GetFinish().Finish(httpContext)
|
||||
finishHandler := httpContext.GetFinish()
|
||||
if finishHandler != nil {
|
||||
finishHandler.Finish(httpContext)
|
||||
}
|
||||
}
|
||||
|
||||
type NotFoundHandler struct {
|
||||
|
||||
Reference in New Issue
Block a user