mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
e6f8445ede
... as replacements for deprecated CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS as these new ones do not risk running into the 32 bit limit the old ones are facing. CURLINFO_PROTCOOL is now deprecated. The curl tool is updated to use the new options. Added test 1597 to verify the libcurl protocol parser. Closes #8992
33 lines
319 B
Plaintext
33 lines
319 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
CURLOPT_PROTOCOLS_STR
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
CURLOPT_PROTOCOLS_STR
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<command>
|
|
-
|
|
</command>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
Tested 15 strings
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|