mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
tests: 1078 1288 1297 use valid IPv4 addresses
With the enhanced URL parser, these tests failed because of their bad IPv4 use.
This commit is contained in:
parent
17a15d8846
commit
3da642c4f0
3 changed files with 13 additions and 13 deletions
|
|
@ -33,7 +33,7 @@ http-proxy
|
|||
CONNECT to peer that returns nothing
|
||||
</name>
|
||||
<command>
|
||||
--proxytunnel --proxy %HOSTIP:%PROXYPORT http://%HOSTIP.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER
|
||||
--proxytunnel --proxy %HOSTIP:%PROXYPORT http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER
|
||||
</command>
|
||||
<features>
|
||||
proxy
|
||||
|
|
@ -44,15 +44,15 @@ proxy
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<proxy>
|
||||
CONNECT %HOSTIP.%TESTNUMBER:%HTTPPORT HTTP/1.1
|
||||
Host: %HOSTIP.%TESTNUMBER:%HTTPPORT
|
||||
CONNECT %HOSTIP:%HTTPPORT HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
User-Agent: curl/%VERSION
|
||||
Proxy-Connection: Keep-Alive
|
||||
|
||||
</proxy>
|
||||
<protocol>
|
||||
GET /we/want/that/page/%TESTNUMBER HTTP/1.1
|
||||
Host: %HOSTIP.%TESTNUMBER:%HTTPPORT
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
User-Agent: curl/%VERSION
|
||||
Accept: */*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue