From efb2401a66d990abaa7ce9021bd5c8487ee5a717 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 13 Feb 2025 13:24:49 +0900 Subject: [PATCH] Update index.php --- assets/php/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/php/index.php b/assets/php/index.php index 466ccbc..db2199c 100644 --- a/assets/php/index.php +++ b/assets/php/index.php @@ -9,7 +9,7 @@ * Updated at: 2025-02-09 */ define("PERF_START_TIME", microtime(true)); -define("PHP_HTTPPROXY_VERSION", "0.1.6.8"); +define("PHP_HTTPPROXY_VERSION", "0.1.6.9"); define("DEFAULT_SOCKET_TIMEOUT", 1); define("STATEFUL_SOCKET_TIMEOUT", 30); define("MAX_EXECUTION_TIME", 0); @@ -592,10 +592,10 @@ function relay_invoke_method($params) { } else { $resource_url = $require_ctx; } - + try { $result = relay_fetch_url(array( - "url" => $required_url + "url" => $resource_url )); if ($result['success'] && $result['result']['status'] == 200) {