1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00
curl/tests/data/test1541
Daniel Stenberg dc5edf9124
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 e3a53e3efb

Closes #3687
2019-03-18 13:58:46 +01:00

33 lines
403 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
multi-threaded
connection-sharing
</keywords>
</info>
# Server-side
</reply>
# Client-side
<client>
<server>
http
</server>
<tool>
lib1541
</tool>
<name>
connection sharing using 67 parallel threads for 7 seconds
</name>
<command>
http://%HOSTIP:%HTTPPORT/1
</command>
</client>
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>