From 6930014154c6a87d3a5c85eaf5df4012448335c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 4 Aug 2012 22:25:36 +0000 Subject: [PATCH] Added another one ... --- .../hub/main/helper/connection/class_BaseConnectionHelper.php | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.2