mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
remove custom length value
This commit is contained in:
parent
6c2a3f6367
commit
d7d6083634
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue