From 99c1d9af689e5325f3cf535c4007b3aeb8325229 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 10 Jan 2023 14:54:04 +0100 Subject: Update - This is an automated commit --- .../node_modules/node-forge/tests/socketPool.html | 299 --------------------- 1 file changed, 299 deletions(-) delete mode 100644 alarm/node_modules/node-forge/tests/socketPool.html (limited to 'alarm/node_modules/node-forge/tests/socketPool.html') diff --git a/alarm/node_modules/node-forge/tests/socketPool.html b/alarm/node_modules/node-forge/tests/socketPool.html deleted file mode 100644 index 33a095f..0000000 --- a/alarm/node_modules/node-forge/tests/socketPool.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - - -
-

SocketPool Test

-
- -
- -
-

Could not load the flash SocketPool.

-
- -
-
    -
  • This page tests a single socket connection to the local test server.
  • -
  • Note that the selected server must serve a Flash cross-domain policy file on the selected policy port.
  • -
  • Additional output available in the JavaScript console.
  • -
-
- -
- State -

State: - Ready » - Initialized » - Created » - Connected -

-
- -
- Controls -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionDescription
Initialize SocketPool system.
Cleanup SocketPool system.
Create a new test socket.
Destroy the test socket.
Connect the socket to - host: - port: - policy port: -
Check if socket is connected.
Send a GET request for - path: -
Close the test socket.
-
-
- -
- Feedback - - - - - - -
UserSocketPoolSocket
-
-
- - -- cgit