rollback 236cb3ede3e1d6725eaa9d2be4a278410edfe2a0

This commit is contained in:
yggverse 2024-04-28 17:58:43 +03:00
parent 236cb3ede3
commit 0982526c90

View File

@ -338,8 +338,8 @@ $server->start(
(string) (int) is_string($response),
(string) parse_url($url, PHP_URL_HOST),
(string) parse_url($url, PHP_URL_PORT),
(string) empty($request) ? '/' : str_replace('%', '%%', $request),
(string) (!$realpath || !is_string($response) ? '!' : '') . str_replace('%', '%%', $realpath),
(string) str_replace('%', '%%', empty($request) ? '/' : $request),
(string) str_replace('%', '%%', empty($realpath) ? '!' : $realpath),
(string) mb_strlen((string) $response)
],
NEXT_DUMP