1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Revert "Add 1200 byte padding to all requests"

This reverts commit 7231921b0b.
This commit is contained in:
Pavel Djundik
2020-12-04 10:05:37 +02:00
parent 9da781a993
commit bbb6c4c23e
4 changed files with 5 additions and 34 deletions
-1
View File
@@ -41,7 +41,6 @@
abstract public function Close( ) : void;
abstract public function Open( string $Address, int $Port, int $Timeout, int $Engine ) : void;
abstract public function Write( int $Header, string $String = '' ) : bool;
abstract public function WritePadded( int $Header, string $String = '' ) : bool;
abstract public function Read( int $Length = 1400 ) : Buffer;
protected function ReadInternal( Buffer $Buffer, int $Length, callable $SherlockFunction ) : Buffer