dhruvil12 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

lost headers in response when downloading file #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.when using CURLOPT_FILE in curl options before starting a request, headers 
data are not retrieved in client.

What is the expected output? What do you see instead?
File content is correct but we have not access to headers value in values 
returned by doRequest

What version of the product are you using? On what operating system?
Ubuntu Linux 11.04, oauth-php-175

Please provide any additional information below.

Here is a patch to retrieve headers as expected

Original issue reported on code.google.com by xavier.m...@gmail.com on 27 Sep 2011 at 4:35

Attachments: