Update networking layer w/ CURL and emscripten impl

This commit is contained in:
2025-11-08 01:50:36 +11:00
parent a17925904d
commit f6874dc55a
4105 changed files with 694617 additions and 179 deletions
+50
View File
@@ -0,0 +1,50 @@
<testcase>
<info>
<keywords>
CURLINFO_LOW_SPEED_LIMIT
DELAY
</keywords>
</info>
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Content-Length: 3
Connection: close
Funny-head: yesyes
AA
</data>
<servercmd>
writedelay: 1000
</servercmd>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<tool>
lib%TESTNUMBER
</tool>
<name>
CURLINFO_LOW_SPEED_LIMIT
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
<killserver>
http
</killserver>
</client>
#
# Verify data after the test has been "shot"
<verify>
</verify>
</testcase>