cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl http: == Info: Connection #0 to host left intact

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 21 Sep 2006 23:02:42 +0200 (CEST)

On Thu, 21 Sep 2006, Ravinder Verma wrote:

> <Ravinder> Curl works perfect on native host. It even works for URL(s) that
> fails to work on target. Also I forgot to mention few external URL(s) like
> google/yahoo.com works on target too but sony.com fail; it consistently
> fails when curl talks to my internal network server running apache or
> Microsoft IIS_5.0. However the same URL works fine when I run curl from
> native host or from web browser.

Given all this, it sounds as if something is bad on your target. Did you use
the same curl version on target as on host?

I'd recommend you to get gdb onto the target and have a little debugging
done... Or possibly filling up the code with printf()-line or similar, to
track down what on earth is going on when libcurl tries to write the data to
disk or stdout.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-09-21