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
+28
View File
@@ -0,0 +1,28 @@
<testcase>
<info>
<keywords>
cmdline
</keywords>
</info>
#
# Client-side
<client>
<name>
use a bad short option letter that does not exist (after one does exist)
</name>
# the second option is outside the normal accepted range
<command>
%hex[curl -v%08 http://example.com]hex%
</command>
</client>
#
# Verify errorcode
<verify>
<errorcode>
2
</errorcode>
</verify>
</testcase>