From: Roland Häder Date: Sat, 4 Aug 2012 22:25:36 +0000 (+0000) Subject: Added another one ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6930014154c6a87d3a5c85eaf5df4012448335c4;p=hub.git Added another one ... --- diff --git a/application/hub/main/helper/connection/class_BaseConnectionHelper.php b/application/hub/main/helper/connection/class_BaseConnectionHelper.php index 2c4086193..89f2a7f6a 100644 --- a/application/hub/main/helper/connection/class_BaseConnectionHelper.php +++ b/application/hub/main/helper/connection/class_BaseConnectionHelper.php @@ -408,6 +408,9 @@ class BaseConnectionHelper extends BaseHubHelper implements Registerable, Protoc // Encode the raw data with our output-stream $encodedData = $this->getOutputStreamInstance()->streamData($rawData); + // Debug message + /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER: rawData()=' . strlen($rawData) . ',encodedData()=' . strlen($encodedData)); + // Calculate difference $this->diff = $bufferSize - strlen($encodedData);