Update proxytest.php

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

View File

@ -1,6 +1,6 @@
<?php
// HTTP proxy implementation with PHP socket
// Go Namhyeon <gnh1201@gmail.com>
// Namhyeon Go <gnh1201@gmail.com>
// 2022-10-06
ini_set("default_socket_timeout", 1); // must be. because of `feof()` works