kausha-mehta / php-twitter

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

CURLOPT_NOBODY causes http response 200 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use any api function
2. print_r the response
3. See if you get http response 200 all the time

What is the expected output? What do you see instead?
Expected: api call success
Instead: http code 200

What version of the product are you using? On what operating system?
Hostgator

Please provide any additional information below.
Commenting out line 725 "curl_setopt($ch, CURLOPT_NOBODY, 0);" solves the 
problem

Original issue reported on code.google.com by lasse.kl...@gmail.com on 9 Mar 2009 at 12:54

GoogleCodeExporter commented 8 years ago
Fixed in r85. Thanks

Original comment by emmenset...@gmail.com on 10 Mar 2009 at 5:31