1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

test1230: avoid using hard-wired port number

... to prevent failure when a non-default -b option is given
This commit is contained in:
Kamil Dudka 2013-06-22 22:12:49 +02:00
parent 6f3e7aabdc
commit 02964ed630

View File

@ -71,7 +71,7 @@ Host: [1234:1234:1234::4ce]:%HTTPPORT
Proxy-Connection: Keep-Alive
GET /wanted/page/1230 HTTP/1.1
Host: [1234:1234:1234::4ce]:8990
Host: [1234:1234:1234::4ce]:%HTTPPORT
Accept: */*
</protocol>