Ticket #4779: 4779.r8534.diff
File 4779.r8534.diff, 463 bytes (added by , 15 years ago) |
---|
-
http.php
208 208 $response = $transport->request($url, $r, $headers, $body); 209 209 210 210 if( !is_wp_error($response) ) 211 break;211 return $response; 212 212 } 213 213 214 214 return $response; … … 649 649 ) 650 650 ); 651 651 652 var_dump($arrContext);653 652 if ( ! is_null($body) ) 654 653 $arrContext['http']['content'] = $body; 655 654