test716: use repeat macro

Closes #19501
This commit is contained in:
Viktor Szakats 2025-11-12 20:34:53 +01:00
parent 6b26d465e1
commit 4b2da75bca
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -31,7 +31,7 @@ SOCKS5 proxy with too long user name
# it should never connect to the target server
<command>
http://hohoho.example.com:99/%TESTNUMBER -x socks5://AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:b@%HOSTIP:%SOCKSPORT
http://hohoho.example.com:99/%TESTNUMBER -x socks5://%repeat[256 x A]%:b@%HOSTIP:%SOCKSPORT
</command>
</client>