Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 1c2b89b

Browse files
committed
Fix content length bug
1 parent f26f892 commit 1c2b89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpApi/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function onMessage(ConnectionInterface $from, $msg)
6060
{
6161
$this->requestBuffer .= $msg;
6262

63-
$this->checkContentLength();
63+
$this->checkContentLength($from);
6464
}
6565

6666
protected function checkContentLength(ConnectionInterface $connection)

0 commit comments

Comments
 (0)