curl/tests/data/test399
2022-08-15 10:57:16 +02:00

30 lines
304 B
Plaintext

<testcase>
<info>
<keywords>
URL
</keywords>
</info>
#
# Client-side
<client>
<server>
http
</server>
<name>
65536 bytes long host name in URL
</name>
<command>
http://%repeat[65536 x a]%/399
</command>
</client>
<verify>
# 3 == CURLE_URL_MALFORMAT
<errorcode>
3
</errorcode>
</verify>
</testcase>