Merge branch 'release/v0.8.2' into develop

# Conflicts:
#	build/resources/apinto.yml
#	build/resources/config.yml.tmp
#	drivers/app/app.go
#	drivers/app/manager/manager.go
#	drivers/discovery/consul/consul.go
#	drivers/discovery/eureka/eureka.go
#	drivers/discovery/nacos/nacos.go
#	drivers/plugins/app/app.go
#	drivers/router/http-router/http-handler.go
#	drivers/router/http-router/manager/manager.go
#	go.mod
This commit is contained in:
Liujian
2022-11-04 17:25:49 +08:00
17 changed files with 216 additions and 52 deletions

View File

@@ -62,5 +62,4 @@ func (h *httpHandler) ServeHTTP(ctx eocontext.EoContext) {
ctx.SetUpstreamHostHandler(h.service)
h.filters.Chain(ctx, completeCaller)
ctx.GetFinish().Finish(ctx)
}