From dc5edf912495b521bcd223ce7f54f8da6b7e0c14 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Mar 2019 23:37:35 +0100 Subject: test1541: threaded connection sharing The threaded-shared-conn.c example turned into test case. Only works if pthread was detected. An attempt to detect future regressions such as e3a53e3efb942a5 Closes #3687 --- tests/data/test1541 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/data/test1541 (limited to 'tests/data/test1541') diff --git a/tests/data/test1541 b/tests/data/test1541 new file mode 100644 index 000000000..28b91c75e --- /dev/null +++ b/tests/data/test1541 @@ -0,0 +1,32 @@ + + + +HTTP +HTTP GET +multi-threaded +connection-sharing + + + +# Server-side + +# Client-side + + +http + + +lib1541 + + +connection sharing using 67 parallel threads for 7 seconds + + +http://%HOSTIP:%HTTPPORT/1 + + + +# Verify data after the test has been "shot" + + + -- cgit v1.2.3