Fix Copy and Paste bug in cURL transport based. Props santosj. see #4779
git-svn-id: https://develop.svn.wordpress.org/trunk@8583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ea522c10c9
commit
b5e5eb7b91
@ -900,7 +900,7 @@ class WP_Http_Curl {
|
||||
|
||||
$theResponse = curl_exec( $handle );
|
||||
|
||||
list($theHeaders, $theBody) = explode("\r\n\r\n", $strResponse, 2);
|
||||
list($theHeaders, $theBody) = explode("\r\n\r\n", $theResponse, 2);
|
||||
$theHeaders = WP_Http::processHeaders($theHeaders);
|
||||
|
||||
$response = array();
|
||||
|
Loading…
Reference in New Issue
Block a user