mirror of
https://github.com/curl/curl.git
synced 2026-08-01 09:58:07 +03:00
Added key words to all SSL-using tests so they can be skipped if necessary.
Removed a few unnecessary requires SSL statements.
This commit is contained in:
parent
59e3651af3
commit
fc1443dcfc
15 changed files with 100 additions and 11 deletions
|
|
@ -1,4 +1,12 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue