mirror of
https://github.com/alibaba/higress.git
synced 2026-06-05 18:57:30 +08:00
compatiable with tinygo 0.25 (#330)
This commit is contained in:
@@ -115,7 +115,7 @@ func HttpCall(cluster Cluster, method, path string, headers [][2]string, body []
|
|||||||
requestID, code, normalResponse, respBody)
|
requestID, code, normalResponse, respBody)
|
||||||
callback(code, headers, respBody)
|
callback(code, headers, respBody)
|
||||||
})
|
})
|
||||||
proxywasm.LogDebugf("http call start, id: %s, cluster: %+v, method: %s, path: %s, body: %s, timeout: %d",
|
proxywasm.LogDebugf("http call start, id: %s, cluster: %s, method: %s, path: %s, body: %s, timeout: %d",
|
||||||
requestID, cluster, method, path, body, timeout)
|
requestID, cluster.ClusterName(), method, path, body, timeout)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user