Posted by R. Rajesh Jeba Anbiah on 03/23/06 08:02
niftyhawk@gmail.com wrote:
> Hi,
>
> Following is the verbose log for my curl transfer with progress meter
> on. I am unable to figure out why IIS is taking 4 seconds to spit out
> the response..any ideas?
<snip>
I haven't tried turning on progress meter option yet and so I'm not
sure about it. Not sure, it affects the speed.
Could you try manually with browser and cross check the http headers
with the one set via curl; and tweak the options so that it sends
exactly the same http headers sent by browser. And, what's the time
taken for browser?
Could you post the result of print_r(curl_getinfo($ch)); I guess,
it's taking too many redirections.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|