mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-29 16:24:13 +00:00
remove custom length value
This commit is contained in:
parent
6c2a3f6367
commit
d7d6083634
@ -154,7 +154,7 @@ class Request
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
while ($part = fgets($connection, 1))
|
while ($part = fgets($connection))
|
||||||
{
|
{
|
||||||
$length = $length + mb_strlen(
|
$length = $length + mb_strlen(
|
||||||
$part
|
$part
|
||||||
|
Loading…
x
Reference in New Issue
Block a user