Skip to content

Commit c9ec189

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Google/IO/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function executeRequest(Google_Http_Request $request)
6161

6262
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
6363
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
64-
// 1 is CURL_SSLVERSION_TLSv1_0, which is not always defined in PHP.
64+
// 1 is CURL_SSLVERSION_TLSv1, which is not always defined in PHP.
6565
curl_setopt($curl, CURLOPT_SSLVERSION, 1);
6666
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
6767
curl_setopt($curl, CURLOPT_HEADER, true);

0 commit comments

Comments
 (0)