mirror of
https://github.com/YGGverse/next.git
synced 2025-01-25 22:34:21 +00:00
update dump format
This commit is contained in:
parent
4178bda041
commit
236cb3ede3
@ -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) str_replace('%', '%%', empty($request) ? '/' : $request),
|
||||
(string) str_replace('%', '%%', empty($realpath) ? '!' : $realpath),
|
||||
(string) empty($request) ? '/' : str_replace('%', '%%', $request),
|
||||
(string) (!$realpath || !is_string($response) ? '!' : '') . str_replace('%', '%%', $realpath),
|
||||
(string) mb_strlen((string) $response)
|
||||
],
|
||||
NEXT_DUMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user