mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-27 23:34:15 +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(
|
||||
$part
|
||||
|
Loading…
x
Reference in New Issue
Block a user