Ticket #4779: 4779.r8582.diff
File 4779.r8582.diff, 433 bytes (added by , 13 years ago) |
---|
-
http.php
900 900 901 901 $theResponse = curl_exec( $handle ); 902 902 903 list($theHeaders, $theBody) = explode("\r\n\r\n", $ strResponse, 2);903 list($theHeaders, $theBody) = explode("\r\n\r\n", $theResponse, 2); 904 904 $theHeaders = WP_Http::processHeaders($theHeaders); 905 905 906 906 $response = array();