curl-curl/tests/data/test729
Viktor Szakats 6b26d465e1
tests/data: use more repeat macro
Found in `client/command` sections.

Closes #19499
2025-11-12 20:07:19 +01:00

42 lines
473 B
Plaintext

<testcase>
<info>
<keywords>
HTTP
HTTP GET
SOCKS4
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
proxy
</features>
<server>
http
socks4
</server>
<name>
SOCKS4 with very long proxy user name
</name>
<command>
http://fake --limit-rate 1 -x socks4a://%repeat[1015 x a]%@%HOSTIP:%SOCKSPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# CURLE_PROXY
<errorcode>
97
</errorcode>
</verify>
</testcase>