From bc6e0f60204d79db80c033d9c2e22816c013dc4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 19 Oct 2013 15:03:53 +0000 Subject: [PATCH] Removed code, why do I want to check socket type there? Maybe later it will be re-added --- .../hub/main/helper/connection/class_BaseConnectionHelper.php | 3 --- 1 file changed, 3 deletions(-) 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.'); } } -- 2.39.5