aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/php/vendor/react/socket
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-14 19:38:31 +0200
committermarvin-borner@live.com2018-04-14 19:38:31 +0200
commit7ac4371989ac19ebbb753402319882c9c49d32dd (patch)
treef95b12741476289ed49cfa795f71c12764c36a2c /assets/php/vendor/react/socket
parente3b1cabdd370b452a77c0a0248c69f0c292a9e72 (diff)
Began login system integration
Diffstat (limited to 'assets/php/vendor/react/socket')
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/.gitignore0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/.travis.yml0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/CHANGELOG.md0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/LICENSE0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/README.md0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/composer.json0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/01-echo-server.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/02-chat-server.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/03-http-server.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/11-http-client.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/12-https-client.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/21-netcat-client.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/22-http-client.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/91-benchmark-server.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/99-generate-self-signed.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/localhost.pem0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/examples/localhost_swordfish.pem0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/phpunit.xml.dist0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/Connection.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/ConnectionInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/Connector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/ConnectorInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/DnsConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/FixedUriConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/LimitingServer.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/SecureConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/SecureServer.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/Server.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/ServerInterface.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/StreamEncryption.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/TcpConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/TcpServer.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/TimeoutConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/UnixConnector.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/src/UnixServer.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/ConnectionTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/ConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/DnsConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/FixedUriConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/FunctionalConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/FunctionalSecureServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/FunctionalTcpServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/IntegrationTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/LimitingServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/SecureConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/SecureIntegrationTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/SecureServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/ServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/Stub/CallableStub.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/Stub/ConnectionStub.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/Stub/ServerStub.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/TcpConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/TcpServerTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/TestCase.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/TimeoutConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/UnixConnectorTest.php0
-rwxr-xr-x[-rw-r--r--]assets/php/vendor/react/socket/tests/UnixServerTest.php0
57 files changed, 0 insertions, 0 deletions
diff --git a/assets/php/vendor/react/socket/.gitignore b/assets/php/vendor/react/socket/.gitignore
index 987e2a2..987e2a2 100644..100755
--- a/assets/php/vendor/react/socket/.gitignore
+++ b/assets/php/vendor/react/socket/.gitignore
diff --git a/assets/php/vendor/react/socket/.travis.yml b/assets/php/vendor/react/socket/.travis.yml
index 917dc0c..917dc0c 100644..100755
--- a/assets/php/vendor/react/socket/.travis.yml
+++ b/assets/php/vendor/react/socket/.travis.yml
diff --git a/assets/php/vendor/react/socket/CHANGELOG.md b/assets/php/vendor/react/socket/CHANGELOG.md
index 03c2eec..03c2eec 100644..100755
--- a/assets/php/vendor/react/socket/CHANGELOG.md
+++ b/assets/php/vendor/react/socket/CHANGELOG.md
diff --git a/assets/php/vendor/react/socket/LICENSE b/assets/php/vendor/react/socket/LICENSE
index a808108..a808108 100644..100755
--- a/assets/php/vendor/react/socket/LICENSE
+++ b/assets/php/vendor/react/socket/LICENSE
diff --git a/assets/php/vendor/react/socket/README.md b/assets/php/vendor/react/socket/README.md
index e8b53a0..e8b53a0 100644..100755
--- a/assets/php/vendor/react/socket/README.md
+++ b/assets/php/vendor/react/socket/README.md
diff --git a/assets/php/vendor/react/socket/composer.json b/assets/php/vendor/react/socket/composer.json
index bc85aab..bc85aab 100644..100755
--- a/assets/php/vendor/react/socket/composer.json
+++ b/assets/php/vendor/react/socket/composer.json
diff --git a/assets/php/vendor/react/socket/examples/01-echo-server.php b/assets/php/vendor/react/socket/examples/01-echo-server.php
index 2c0be57..2c0be57 100644..100755
--- a/assets/php/vendor/react/socket/examples/01-echo-server.php
+++ b/assets/php/vendor/react/socket/examples/01-echo-server.php
diff --git a/assets/php/vendor/react/socket/examples/02-chat-server.php b/assets/php/vendor/react/socket/examples/02-chat-server.php
index 46439e0..46439e0 100644..100755
--- a/assets/php/vendor/react/socket/examples/02-chat-server.php
+++ b/assets/php/vendor/react/socket/examples/02-chat-server.php
diff --git a/assets/php/vendor/react/socket/examples/03-http-server.php b/assets/php/vendor/react/socket/examples/03-http-server.php
index eb6d454..eb6d454 100644..100755
--- a/assets/php/vendor/react/socket/examples/03-http-server.php
+++ b/assets/php/vendor/react/socket/examples/03-http-server.php
diff --git a/assets/php/vendor/react/socket/examples/11-http-client.php b/assets/php/vendor/react/socket/examples/11-http-client.php
index 2b64a43..2b64a43 100644..100755
--- a/assets/php/vendor/react/socket/examples/11-http-client.php
+++ b/assets/php/vendor/react/socket/examples/11-http-client.php
diff --git a/assets/php/vendor/react/socket/examples/12-https-client.php b/assets/php/vendor/react/socket/examples/12-https-client.php
index 6e3f279..6e3f279 100644..100755
--- a/assets/php/vendor/react/socket/examples/12-https-client.php
+++ b/assets/php/vendor/react/socket/examples/12-https-client.php
diff --git a/assets/php/vendor/react/socket/examples/21-netcat-client.php b/assets/php/vendor/react/socket/examples/21-netcat-client.php
index 9140e2c..9140e2c 100644..100755
--- a/assets/php/vendor/react/socket/examples/21-netcat-client.php
+++ b/assets/php/vendor/react/socket/examples/21-netcat-client.php
diff --git a/assets/php/vendor/react/socket/examples/22-http-client.php b/assets/php/vendor/react/socket/examples/22-http-client.php
index fcb8107..fcb8107 100644..100755
--- a/assets/php/vendor/react/socket/examples/22-http-client.php
+++ b/assets/php/vendor/react/socket/examples/22-http-client.php
diff --git a/assets/php/vendor/react/socket/examples/91-benchmark-server.php b/assets/php/vendor/react/socket/examples/91-benchmark-server.php
index 420d474..420d474 100644..100755
--- a/assets/php/vendor/react/socket/examples/91-benchmark-server.php
+++ b/assets/php/vendor/react/socket/examples/91-benchmark-server.php
diff --git a/assets/php/vendor/react/socket/examples/99-generate-self-signed.php b/assets/php/vendor/react/socket/examples/99-generate-self-signed.php
index 00f9314..00f9314 100644..100755
--- a/assets/php/vendor/react/socket/examples/99-generate-self-signed.php
+++ b/assets/php/vendor/react/socket/examples/99-generate-self-signed.php
diff --git a/assets/php/vendor/react/socket/examples/localhost.pem b/assets/php/vendor/react/socket/examples/localhost.pem
index be69279..be69279 100644..100755
--- a/assets/php/vendor/react/socket/examples/localhost.pem
+++ b/assets/php/vendor/react/socket/examples/localhost.pem
diff --git a/assets/php/vendor/react/socket/examples/localhost_swordfish.pem b/assets/php/vendor/react/socket/examples/localhost_swordfish.pem
index 7d1ee80..7d1ee80 100644..100755
--- a/assets/php/vendor/react/socket/examples/localhost_swordfish.pem
+++ b/assets/php/vendor/react/socket/examples/localhost_swordfish.pem
diff --git a/assets/php/vendor/react/socket/phpunit.xml.dist b/assets/php/vendor/react/socket/phpunit.xml.dist
index 13d3fab..13d3fab 100644..100755
--- a/assets/php/vendor/react/socket/phpunit.xml.dist
+++ b/assets/php/vendor/react/socket/phpunit.xml.dist
diff --git a/assets/php/vendor/react/socket/src/Connection.php b/assets/php/vendor/react/socket/src/Connection.php
index c6267cc..c6267cc 100644..100755
--- a/assets/php/vendor/react/socket/src/Connection.php
+++ b/assets/php/vendor/react/socket/src/Connection.php
diff --git a/assets/php/vendor/react/socket/src/ConnectionInterface.php b/assets/php/vendor/react/socket/src/ConnectionInterface.php
index 64613b5..64613b5 100644..100755
--- a/assets/php/vendor/react/socket/src/ConnectionInterface.php
+++ b/assets/php/vendor/react/socket/src/ConnectionInterface.php
diff --git a/assets/php/vendor/react/socket/src/Connector.php b/assets/php/vendor/react/socket/src/Connector.php
index 75276bc..75276bc 100644..100755
--- a/assets/php/vendor/react/socket/src/Connector.php
+++ b/assets/php/vendor/react/socket/src/Connector.php
diff --git a/assets/php/vendor/react/socket/src/ConnectorInterface.php b/assets/php/vendor/react/socket/src/ConnectorInterface.php
index 196d01a..196d01a 100644..100755
--- a/assets/php/vendor/react/socket/src/ConnectorInterface.php
+++ b/assets/php/vendor/react/socket/src/ConnectorInterface.php
diff --git a/assets/php/vendor/react/socket/src/DnsConnector.php b/assets/php/vendor/react/socket/src/DnsConnector.php
index 90170e5..90170e5 100644..100755
--- a/assets/php/vendor/react/socket/src/DnsConnector.php
+++ b/assets/php/vendor/react/socket/src/DnsConnector.php
diff --git a/assets/php/vendor/react/socket/src/FixedUriConnector.php b/assets/php/vendor/react/socket/src/FixedUriConnector.php
index 057bcdf..057bcdf 100644..100755
--- a/assets/php/vendor/react/socket/src/FixedUriConnector.php
+++ b/assets/php/vendor/react/socket/src/FixedUriConnector.php
diff --git a/assets/php/vendor/react/socket/src/LimitingServer.php b/assets/php/vendor/react/socket/src/LimitingServer.php
index c7874ee..c7874ee 100644..100755
--- a/assets/php/vendor/react/socket/src/LimitingServer.php
+++ b/assets/php/vendor/react/socket/src/LimitingServer.php
diff --git a/assets/php/vendor/react/socket/src/SecureConnector.php b/assets/php/vendor/react/socket/src/SecureConnector.php
index f04183d..f04183d 100644..100755
--- a/assets/php/vendor/react/socket/src/SecureConnector.php
+++ b/assets/php/vendor/react/socket/src/SecureConnector.php
diff --git a/assets/php/vendor/react/socket/src/SecureServer.php b/assets/php/vendor/react/socket/src/SecureServer.php
index 302ae93..302ae93 100644..100755
--- a/assets/php/vendor/react/socket/src/SecureServer.php
+++ b/assets/php/vendor/react/socket/src/SecureServer.php
diff --git a/assets/php/vendor/react/socket/src/Server.php b/assets/php/vendor/react/socket/src/Server.php
index 72712e4..72712e4 100644..100755
--- a/assets/php/vendor/react/socket/src/Server.php
+++ b/assets/php/vendor/react/socket/src/Server.php
diff --git a/assets/php/vendor/react/socket/src/ServerInterface.php b/assets/php/vendor/react/socket/src/ServerInterface.php
index 5319678..5319678 100644..100755
--- a/assets/php/vendor/react/socket/src/ServerInterface.php
+++ b/assets/php/vendor/react/socket/src/ServerInterface.php
diff --git a/assets/php/vendor/react/socket/src/StreamEncryption.php b/assets/php/vendor/react/socket/src/StreamEncryption.php
index ba5d472..ba5d472 100644..100755
--- a/assets/php/vendor/react/socket/src/StreamEncryption.php
+++ b/assets/php/vendor/react/socket/src/StreamEncryption.php
diff --git a/assets/php/vendor/react/socket/src/TcpConnector.php b/assets/php/vendor/react/socket/src/TcpConnector.php
index 90d7df1..90d7df1 100644..100755
--- a/assets/php/vendor/react/socket/src/TcpConnector.php
+++ b/assets/php/vendor/react/socket/src/TcpConnector.php
diff --git a/assets/php/vendor/react/socket/src/TcpServer.php b/assets/php/vendor/react/socket/src/TcpServer.php
index 119e177..119e177 100644..100755
--- a/assets/php/vendor/react/socket/src/TcpServer.php
+++ b/assets/php/vendor/react/socket/src/TcpServer.php
diff --git a/assets/php/vendor/react/socket/src/TimeoutConnector.php b/assets/php/vendor/react/socket/src/TimeoutConnector.php
index d4eba2e..d4eba2e 100644..100755
--- a/assets/php/vendor/react/socket/src/TimeoutConnector.php
+++ b/assets/php/vendor/react/socket/src/TimeoutConnector.php
diff --git a/assets/php/vendor/react/socket/src/UnixConnector.php b/assets/php/vendor/react/socket/src/UnixConnector.php
index 9b84ab0..9b84ab0 100644..100755
--- a/assets/php/vendor/react/socket/src/UnixConnector.php
+++ b/assets/php/vendor/react/socket/src/UnixConnector.php
diff --git a/assets/php/vendor/react/socket/src/UnixServer.php b/assets/php/vendor/react/socket/src/UnixServer.php
index 8f1ed98..8f1ed98 100644..100755
--- a/assets/php/vendor/react/socket/src/UnixServer.php
+++ b/assets/php/vendor/react/socket/src/UnixServer.php
diff --git a/assets/php/vendor/react/socket/tests/ConnectionTest.php b/assets/php/vendor/react/socket/tests/ConnectionTest.php
index d3563df..d3563df 100644..100755
--- a/assets/php/vendor/react/socket/tests/ConnectionTest.php
+++ b/assets/php/vendor/react/socket/tests/ConnectionTest.php
diff --git a/assets/php/vendor/react/socket/tests/ConnectorTest.php b/assets/php/vendor/react/socket/tests/ConnectorTest.php
index c8eb19b..c8eb19b 100644..100755
--- a/assets/php/vendor/react/socket/tests/ConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/ConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/DnsConnectorTest.php b/assets/php/vendor/react/socket/tests/DnsConnectorTest.php
index 3c94c39..3c94c39 100644..100755
--- a/assets/php/vendor/react/socket/tests/DnsConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/DnsConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/FixedUriConnectorTest.php b/assets/php/vendor/react/socket/tests/FixedUriConnectorTest.php
index f42d74f..f42d74f 100644..100755
--- a/assets/php/vendor/react/socket/tests/FixedUriConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/FixedUriConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/FunctionalConnectorTest.php b/assets/php/vendor/react/socket/tests/FunctionalConnectorTest.php
index 6611352..6611352 100644..100755
--- a/assets/php/vendor/react/socket/tests/FunctionalConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/FunctionalConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/FunctionalSecureServerTest.php b/assets/php/vendor/react/socket/tests/FunctionalSecureServerTest.php
index 78a59d0..78a59d0 100644..100755
--- a/assets/php/vendor/react/socket/tests/FunctionalSecureServerTest.php
+++ b/assets/php/vendor/react/socket/tests/FunctionalSecureServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/FunctionalTcpServerTest.php b/assets/php/vendor/react/socket/tests/FunctionalTcpServerTest.php
index ec7855e..ec7855e 100644..100755
--- a/assets/php/vendor/react/socket/tests/FunctionalTcpServerTest.php
+++ b/assets/php/vendor/react/socket/tests/FunctionalTcpServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/IntegrationTest.php b/assets/php/vendor/react/socket/tests/IntegrationTest.php
index 24dbe37..24dbe37 100644..100755
--- a/assets/php/vendor/react/socket/tests/IntegrationTest.php
+++ b/assets/php/vendor/react/socket/tests/IntegrationTest.php
diff --git a/assets/php/vendor/react/socket/tests/LimitingServerTest.php b/assets/php/vendor/react/socket/tests/LimitingServerTest.php
index 2cc9a58..2cc9a58 100644..100755
--- a/assets/php/vendor/react/socket/tests/LimitingServerTest.php
+++ b/assets/php/vendor/react/socket/tests/LimitingServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/SecureConnectorTest.php b/assets/php/vendor/react/socket/tests/SecureConnectorTest.php
index 0b3a702..0b3a702 100644..100755
--- a/assets/php/vendor/react/socket/tests/SecureConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/SecureConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/SecureIntegrationTest.php b/assets/php/vendor/react/socket/tests/SecureIntegrationTest.php
index 8c9ba14..8c9ba14 100644..100755
--- a/assets/php/vendor/react/socket/tests/SecureIntegrationTest.php
+++ b/assets/php/vendor/react/socket/tests/SecureIntegrationTest.php
diff --git a/assets/php/vendor/react/socket/tests/SecureServerTest.php b/assets/php/vendor/react/socket/tests/SecureServerTest.php
index 92c641f..92c641f 100644..100755
--- a/assets/php/vendor/react/socket/tests/SecureServerTest.php
+++ b/assets/php/vendor/react/socket/tests/SecureServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/ServerTest.php b/assets/php/vendor/react/socket/tests/ServerTest.php
index 14fdb2c..14fdb2c 100644..100755
--- a/assets/php/vendor/react/socket/tests/ServerTest.php
+++ b/assets/php/vendor/react/socket/tests/ServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/Stub/CallableStub.php b/assets/php/vendor/react/socket/tests/Stub/CallableStub.php
index 1b197eb..1b197eb 100644..100755
--- a/assets/php/vendor/react/socket/tests/Stub/CallableStub.php
+++ b/assets/php/vendor/react/socket/tests/Stub/CallableStub.php
diff --git a/assets/php/vendor/react/socket/tests/Stub/ConnectionStub.php b/assets/php/vendor/react/socket/tests/Stub/ConnectionStub.php
index 844b2ad..844b2ad 100644..100755
--- a/assets/php/vendor/react/socket/tests/Stub/ConnectionStub.php
+++ b/assets/php/vendor/react/socket/tests/Stub/ConnectionStub.php
diff --git a/assets/php/vendor/react/socket/tests/Stub/ServerStub.php b/assets/php/vendor/react/socket/tests/Stub/ServerStub.php
index d9e74f4..d9e74f4 100644..100755
--- a/assets/php/vendor/react/socket/tests/Stub/ServerStub.php
+++ b/assets/php/vendor/react/socket/tests/Stub/ServerStub.php
diff --git a/assets/php/vendor/react/socket/tests/TcpConnectorTest.php b/assets/php/vendor/react/socket/tests/TcpConnectorTest.php
index e3575a7..e3575a7 100644..100755
--- a/assets/php/vendor/react/socket/tests/TcpConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/TcpConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/TcpServerTest.php b/assets/php/vendor/react/socket/tests/TcpServerTest.php
index 72b3c28..72b3c28 100644..100755
--- a/assets/php/vendor/react/socket/tests/TcpServerTest.php
+++ b/assets/php/vendor/react/socket/tests/TcpServerTest.php
diff --git a/assets/php/vendor/react/socket/tests/TestCase.php b/assets/php/vendor/react/socket/tests/TestCase.php
index e87fc2f..e87fc2f 100644..100755
--- a/assets/php/vendor/react/socket/tests/TestCase.php
+++ b/assets/php/vendor/react/socket/tests/TestCase.php
diff --git a/assets/php/vendor/react/socket/tests/TimeoutConnectorTest.php b/assets/php/vendor/react/socket/tests/TimeoutConnectorTest.php
index 64787d9..64787d9 100644..100755
--- a/assets/php/vendor/react/socket/tests/TimeoutConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/TimeoutConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/UnixConnectorTest.php b/assets/php/vendor/react/socket/tests/UnixConnectorTest.php
index 1564064..1564064 100644..100755
--- a/assets/php/vendor/react/socket/tests/UnixConnectorTest.php
+++ b/assets/php/vendor/react/socket/tests/UnixConnectorTest.php
diff --git a/assets/php/vendor/react/socket/tests/UnixServerTest.php b/assets/php/vendor/react/socket/tests/UnixServerTest.php
index 10f7e4f..10f7e4f 100644..100755
--- a/assets/php/vendor/react/socket/tests/UnixServerTest.php
+++ b/assets/php/vendor/react/socket/tests/UnixServerTest.php