Completed
Pull Request — master (#408)
by Juliette
01:34
created
library/Requests/Transport/fsockopen.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 				// 'CN_match' => $host,
80 80
 				'capture_peer_cert' => true,
81 81
 			);
82
-			$verifyname      = true;
82
+			$verifyname = true;
83 83
 
84 84
 			// SNI, if enabled (OpenSSL >=0.9.8j)
85 85
 			if (defined('OPENSSL_TLSEXT_SERVER_NAME') && OPENSSL_TLSEXT_SERVER_NAME) {
Please login to merge, or discard this patch.