mirror of
https://github.com/curl/curl.git
synced 2025-09-26 22:16:50 +03:00
test1230: avoid using hard-wired port number
... to prevent failure when a non-default -b option is given
This commit is contained in:
parent
6f3e7aabdc
commit
02964ed630
|
@ -71,7 +71,7 @@ Host: [1234:1234:1234::4ce]:%HTTPPORT
|
||||||
Proxy-Connection: Keep-Alive
|
Proxy-Connection: Keep-Alive
|
||||||
|
|
||||||
GET /wanted/page/1230 HTTP/1.1
|
GET /wanted/page/1230 HTTP/1.1
|
||||||
Host: [1234:1234:1234::4ce]:8990
|
Host: [1234:1234:1234::4ce]:%HTTPPORT
|
||||||
Accept: */*
|
Accept: */*
|
||||||
|
|
||||||
</protocol>
|
</protocol>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user