]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
More debugging, ignore *.serialized in node_list
[hub.git] / application / hub / main / helper / connection / tcp / class_TcpConnectionHelper.php
index f7efa68d6e81d1680ad3925fb556ed11e329f2f9..8603b693cd07e0deaffb68a3b324bc0d9fbc80c7 100644 (file)
@@ -149,7 +149,7 @@ class TcpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
                socket_clear_error($this->getSocketResource());
 
                // Call the shutdown function on the currently set socket
-               if (!@socket_shutdown($this->getSocketResource())) {
+               if (!socket_shutdown($this->getSocketResource())) {
                        // Could not shutdown socket, this is fine if e.g. the other side is not connected, so analyse it
                        if (socket_last_error($this->getSocketResource()) != 107) {
                                // Something bad happened while we shutdown a socket