Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Panasonic
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
John
Panasonic
Commits
0fccd0e0
Commit
0fccd0e0
authored
Jan 13, 2017
by
John Punzalan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update curl
parent
8fb3fae6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Curl.php
downloader/lib/Mage/HTTP/Client/Curl.php
+1
-1
No files found.
downloader/lib/Mage/HTTP/Client/Curl.php
View file @
0fccd0e0
...
...
@@ -380,7 +380,7 @@ implements Mage_HTTP_IClient
* @link http://php.net/manual/ru/function.curl-setopt.php
*/
$this
->
curlOption
(
CURLOPT_SSLVERSION
,
1
);
$this
->
curlOption
(
CURLOPT_SSLVERSION
,
6
);
$this
->
getCurlMethodSettings
(
$method
,
$params
,
$isAuthorizationRequired
);
if
(
count
(
$this
->
_headers
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment