]> git.mxchange.org Git - hub.git/commitdiff
Removed code, why do I want to check socket type there? Maybe later it will be re...
authorRoland Häder <roland@mxchange.org>
Sat, 19 Oct 2013 15:03:53 +0000 (15:03 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 19 Oct 2013 15:03:53 +0000 (15:03 +0000)
application/hub/main/helper/connection/class_BaseConnectionHelper.php

index 804a2fc5347d88225a6771ab4fe75d07b853e17b..05e55d2d4b13b4858b759aa1a7d96c93f9758d6b 100644 (file)
@@ -629,9 +629,6 @@ class BaseConnectionHelper extends BaseHubSystemHelper implements Registerable,
         * @return      void
         */
        protected function socketErrorOperationInProgressHandler ($socketResource, array $recipientData) {
-               // Get socket type
-               $type = socket_get_option($socketResource, SOL_SOCKET, SO_TYPE);
-               die(__METHOD__.':type='.$type.PHP_EOL);
                self::createDebugInstance(__CLASS__)->debugOutput('CONNECTION-HELPER[' . __LINE__ . ']: Operation is now in progress, this is usual for non-blocking connections and is no bug.');
        }
 }