%PDF- %PDF-
Direktori : /home/ugotscom/kma/vendor/beyondcode/laravel-websockets/src/Server/ |
Current File : /home/ugotscom/kma/vendor/beyondcode/laravel-websockets/src/Server/HttpServer.php |
<?php namespace BeyondCode\LaravelWebSockets\Server; use Ratchet\Http\HttpServerInterface; class HttpServer extends \Ratchet\Http\HttpServer { public function __construct(HttpServerInterface $component, int $maxRequestSize = 4096) { parent::__construct($component); $this->_reqParser->maxSize = $maxRequestSize; } }