From: Roland Häder Date: Sat, 19 Oct 2013 15:03:53 +0000 (+0000) Subject: Removed code, why do I want to check socket type there? Maybe later it will be re... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc6e0f60204d79db80c033d9c2e22816c013dc4c;p=hub.git Removed code, why do I want to check socket type there? Maybe later it will be re-added --- diff --git a/application/hub/main/helper/connection/class_BaseConnectionHelper.php b/application/hub/main/helper/connection/class_BaseConnectionHelper.php index 804a2fc53..05e55d2d4 100644 --- a/application/hub/main/helper/connection/class_BaseConnectionHelper.php +++ b/application/hub/main/helper/connection/class_BaseConnectionHelper.php @@ -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.'); } }