mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
And also require HTTP. Also add `IPv6` to the keywords.
Fixing:
Linux AM openssl !ipv6 !--libcurl:
```
FAIL 1265: 'NO_PROXY with IPv6 numerical address' HTTP, HTTP proxy, http_proxy, NO_PROXY, noproxy
FAIL 1324: 'HTTP with --resolve and [ipv6address]' HTTP, HTTP GET, --resolve
FAIL 2086: 'Pre-request callback for HTTP IPv6' HTTP, IPv6
```
Ref: https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789
Follow-up to a09e49168a #17005
Closes #17014
58 lines
741 B
Plaintext
58 lines
741 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP proxy
|
|
http_proxy
|
|
NO_PROXY
|
|
noproxy
|
|
IPv6
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
HTTP/1.1 200 OK
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
|
Server: test-server/fake
|
|
Content-Length: 4
|
|
Content-Type: text/html
|
|
|
|
foo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
http
|
|
IPv6
|
|
</features>
|
|
<server>
|
|
http-ipv6
|
|
</server>
|
|
<name>
|
|
NO_PROXY with IPv6 numerical address
|
|
</name>
|
|
<setenv>
|
|
http_proxy=http://%HOSTIP:%HTTPPORT
|
|
NO_PROXY=::1
|
|
</setenv>
|
|
<command>
|
|
http://%HOST6IP:%HTTP6PORT/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
GET /%TESTNUMBER HTTP/1.1
|
|
Host: %HOST6IP:%HTTP6PORT
|
|
User-Agent: curl/%VERSION
|
|
Accept: */*
|
|
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|