mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-03-13 06:01:58 +00:00
fix macros name
This commit is contained in:
parent
c38cdc841f
commit
9ec48ba944
@ -17,7 +17,7 @@ class Response
|
||||
$match = [];
|
||||
|
||||
preg_match(
|
||||
'/(?<status>\d{2})\s(?<meta>.*)\r\n(?<body>.*)/su',
|
||||
'/(?<code>\d{2})\s(?<meta>.*)\r\n(?<body>.*)/su',
|
||||
$data,
|
||||
$match
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user