Headers are not returned with response.
There is mistake in file src\osapi\io\osapiCurlProvider.php line 84.
- $response = array('http_code' => $http_code, 'data' => $response_body,
'headers' => $headers);
should be
+ $response = array('http_code' => $http_code, 'data' => $response_body,
'headers' => $response_header_array);
Original issue reported on code.google.com by amar...@gmail.com on 23 Oct 2009 at 4:24
Original issue reported on code.google.com by
amar...@gmail.com
on 23 Oct 2009 at 4:24