OBS User unknown
2007-02-02 15:10:02 +00:00
committed by Git OBS Bridge
parent aa3f125bbb
commit 9eed96053c
7 changed files with 83 additions and 19 deletions

24
curl-ipv6tests.patch Normal file
View File

@@ -0,0 +1,24 @@
--- tests/data/test241
+++ tests/data/test241
@@ -29,10 +29,10 @@
http-ipv6
</server>
<name>
-HTTP-IPv6 GET (using ip6-localhost)
+HTTP-IPv6 GET (using ip6-localhost aka [::1])
</name>
<command>
--g "http://ip6-localhost:%HTTP6PORT/241"
+-g "http://[::1]:%HTTP6PORT/241"
</command>
<precheck>
./server/resolve --ipv6 ip6-localhost
@@ -47,7 +47,7 @@
</strip>
<protocol>
GET /241 HTTP/1.1
-Host: ip6-localhost:%HTTP6PORT
+Host: [::1]:%HTTP6PORT
Accept: */*
</protocol>