Update proxytest.php

This commit is contained in:
Namhyeon Go 2022-10-06 02:25:44 +09:00 committed by GitHub
parent a1fcef12eb
commit e22097d8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
// Go Namhyeon <gnh1201@gmail.com>
// 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);