Commit fc1443dc authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Added key words to all SSL-using tests so they can be skipped if necessary.

Removed a few unnecessary requires SSL statements.
parent 59e3651a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@

                                  Changelog

Daniel Fandrich (8 Feb 2007)
- Added key words to all SSL-using tests so they can be skipped if necessary.
  Removed a few unnecessary requires SSL statements.

Daniel S (8 Feb 2008)
- Mike Hommey filed and fixed bug report #1889856
  (http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl
+3 −2
Original line number Diff line number Diff line
@@ -3,9 +3,10 @@
<keywords>
FTP
RETR
persistant connection
persistent connection
</keywords>
</info>

# Server-side
<reply>
<data>
@@ -19,7 +20,7 @@ this is file contents
ftp
</server>
 <name>
persistant FTP with different paths
persistent FTP with different paths
 </name>
 <command>
ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
+8 −3
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
persistent connection
</keywords>
</info>

# Server-side
<reply>
<data>
@@ -15,9 +23,6 @@ moo
<server>
http
</server>
<features>
SSL
</features>
 <name>
HTTP GET two URLs over a single proxy with persistent connection
 </name>
+8 −3
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
followlocation
</keywords>

</info>
# Server-side
<reply>
<data>
@@ -35,9 +43,6 @@ moo
<server>
http
</server>
<features>
SSL
</features>
 <name>
HTTP replace Host: when following Location: to new host
 </name>
+7 −3
Original line number Diff line number Diff line
<testcase>
<info>
<keywords>
HTTP
HTTP GET
followlocation
</keywords>

# Server-side
<reply>
<data>
@@ -35,9 +42,6 @@ moo
<server>
http
</server>
<features>
SSL
</features>
 <name>
HTTP replace Host: when following Location: on the same host
 </name>
Loading