From e22097d8bbf8efe188afc1191712a0cd46827659 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 6 Oct 2022 02:25:44 +0900 Subject: [PATCH] Update proxytest.php --- proxytest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxytest.php b/proxytest.php index 48b7234..1956423 100644 --- a/proxytest.php +++ b/proxytest.php @@ -3,7 +3,7 @@ // Go Namhyeon // 2022-10-06 -ini_set("default_socket_timeout", 1); +ini_set("default_socket_timeout", 1); // must be. because of `feof()` works $data = json_decode(file_get_contents('php://input'), true);