mirror of
https://github.com/YGGverse/next.git
synced 2025-01-25 22:34:21 +00:00
fix response code detection
This commit is contained in:
parent
6a85e9641b
commit
4178bda041
@ -335,7 +335,7 @@ $server->start(
|
||||
],
|
||||
[
|
||||
(string) date('c'),
|
||||
(string) (int) !empty($response),
|
||||
(string) (int) is_string($response),
|
||||
(string) parse_url($url, PHP_URL_HOST),
|
||||
(string) parse_url($url, PHP_URL_PORT),
|
||||
(string) str_replace('%', '%%', empty($request) ? '/' : $request),
|
||||
|
Loading…
x
Reference in New Issue
Block a user