upstream流程测通

This commit is contained in:
Liujian
2021-07-21 15:16:18 +08:00
parent e6ca4edea3
commit 3b02ccb8db
3 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ func (h *httpUpstream) Send(ctx *http_context.Context, serviceDetail service.ISe
if response == nil {
node.Down()
}
h.app.NodeError(node.Id())
h.app.NodeError(node.ID())
node, err = handler.Next()
if err != nil {
return nil, err