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 insertions(+) create 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 new file mode 100644 index 0000000..33a095f --- /dev/null +++ b/school/node_modules/node-forge/tests/socketPool.html @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + +
+

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