mirror of
https://github.com/eolinker/apinto
synced 2025-10-06 09:17:45 +08:00
influxdb批量完成
This commit is contained in:
@@ -29,7 +29,7 @@ type httpHandler struct {
|
||||
}
|
||||
|
||||
func (h *httpHandler) ServeHTTP(ctx eocontext.EoContext) {
|
||||
ctx.SetFinish(h.finisher)
|
||||
|
||||
httpContext, err := http_context.Assert(ctx)
|
||||
if err != nil {
|
||||
return
|
||||
@@ -62,6 +62,6 @@ func (h *httpHandler) ServeHTTP(ctx eocontext.EoContext) {
|
||||
ctx.SetApp(h.service)
|
||||
ctx.SetBalance(h.service)
|
||||
ctx.SetUpstreamHostHandler(h.service)
|
||||
|
||||
ctx.SetFinish(h.finisher)
|
||||
h.filters.Chain(ctx, completeCaller)
|
||||
}
|
||||
|
Reference in New Issue
Block a user