mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 12:40:48 +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)
|
||||
callback(code, headers, respBody)
|
||||
})
|
||||
proxywasm.LogDebugf("http call start, id: %s, cluster: %+v, method: %s, path: %s, body: %s, timeout: %d",
|
||||
requestID, cluster, method, path, body, timeout)
|
||||
proxywasm.LogDebugf("http call start, id: %s, cluster: %s, method: %s, path: %s, body: %s, timeout: %d",
|
||||
requestID, cluster.ClusterName(), method, path, body, timeout)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user