improve support for native http handling

This commit is contained in:
Ruben Fiszel
2023-06-25 20:07:53 +02:00
parent 55734466dc
commit 419dfd0ab8
+1 -1
View File
@@ -170,7 +170,7 @@ while (cont) {
path: "httpversion",
kind: "http",
args: {
url: "http://localhost:8000/api/version",
url: "https://google.com",
},
};
} else if (config.scriptPattern == "identity") {