From 3d1cd02f27518f1a04374c7c8320cd5d82ede6e9 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 23 Feb 2023 19:34:56 +0100 Subject: Updated 40 files, added 37 files, deleted 1103 files and renamed 3905 files (automated) --- .../node_modules/node-forge/tests/socketPool.html | 299 --------------------- 1 file changed, 299 deletions(-) delete mode 100644 school/node_modules/node-forge/tests/socketPool.html (limited to 'school/node_modules/node-forge/tests/socketPool.html') diff --git a/school/node_modules/node-forge/tests/socketPool.html b/school/node_modules/node-forge/tests/socketPool.html deleted file mode 100644 index 33a095f..0000000 --- a/school/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