cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl -L problems on Win32

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 27 Jul 2000 09:49:06 +0200 (MET DST)

On Thu, 27 Jul 2000 Joern.Hartroth_at_comma-soft.com wrote:

> I'm experiencing a problem with the new curl-7.0.10beta that is
> apparently related to http forwarding and the -L parameter. For certain
> pages (namely curl -L http://www.ibm.de) I get a curl error "curl: (27)
> memory shortage".

That error message is set on line 1080 in url.c, which means it couldn't
strdup() the proxy string.

Have you specified the proxy server as an environment variable or as a
command line parameter/config file entry?

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-07-27