]> git.mxchange.org Git - hub.git/commitdiff
Added another one ...
authorRoland Häder <roland@mxchange.org>
Sat, 4 Aug 2012 22:25:36 +0000 (22:25 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 4 Aug 2012 22:25:36 +0000 (22:25 +0000)
application/hub/main/helper/connection/class_BaseConnectionHelper.php

index 2c40861934c84ce6057eb356ef234468ae2c7679..89f2a7f6a14e69fa0952f08d5eaf383cb44f22b1 100644 (file)
@@ -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);