xref: /aosp_15_r20/external/curl/tests/data/test1260 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6</keywords>
7</info>
8
9# Server-side
10<reply>
11</reply>
12
13# Client-side
14<client>
15<server>
16none
17</server>
18<features>
19http
20</features>
21<name>
22HTTP URL with rubbish after port number
23</name>
24<command>
25-g "http://[%HOSTIP]:%NOLISTENPORT:80/we/want/%TESTNUMBER" "http://%HOSTIP:%NOLISTENPORT:80/we/want/%TESTNUMBER" "http://[email protected]:80@localhost"
26</command>
27</client>
28
29# Verify data after the test has been "shot"
30<verify>
31# CURLE_URL_MALFORMAT == 3
32<errorcode>
333
34</errorcode>
35</verify>
36</testcase>
37