Fix content length bug
This commit is contained in:
parent
f26f89236e
commit
1c2b89b54d
|
|
@ -60,7 +60,7 @@ abstract class Controller implements HttpServerInterface
|
||||||
{
|
{
|
||||||
$this->requestBuffer .= $msg;
|
$this->requestBuffer .= $msg;
|
||||||
|
|
||||||
$this->checkContentLength();
|
$this->checkContentLength($from);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function checkContentLength(ConnectionInterface $connection)
|
protected function checkContentLength(ConnectionInterface $connection)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue