Updated HTTP client cURL implementation.
Refactor rename cipher_list by ciphers_settings and description. Updated ciphers_settings representation to STIRNG_8 Refactor rename set_cipher_list by set_ciphers.
This commit is contained in:
@@ -373,7 +373,7 @@ feature -- Execution
|
||||
end
|
||||
|
||||
--| Cipher List
|
||||
if attached session.cipher_list as c_list then
|
||||
if attached session.ciphers_settings as c_list then
|
||||
curl_easy.setopt_string (curl_handle, {CURL_OPT_CONSTANTS}.curlopt_ssl_cipher_list, c_list )
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user