[TASK] Started to move buffers into ProtocolHandler.
[TODO] Move buffers, finish the linebreak stuff.
This commit is contained in:
@@ -28,9 +28,9 @@ class Connection_ConnectionPool {
|
||||
* Creates an Instance of SocketPool
|
||||
* @return void
|
||||
*/
|
||||
function __construct($linebreak = "\r\n") {
|
||||
function __construct() {
|
||||
$this->connectionHandlers = array();
|
||||
$this->socketPool = new Socket_SocketPool($linebreak);
|
||||
$this->socketPool = new Socket_SocketPool();
|
||||
$this->nextID = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user