Skip to content

Problems with url/download and http_proxy

1 message · Brian Ripley

#
It's a bug in the libxml code causing the port to be set to zero.
Comment lines like

    /*if (proxyPort != 0) {
	proxyPort = 0;
	}*/

in nanohttp.c and nanoftp.c.  (The port has already been set in the
caller.)

Please confirm that this works.
On Tue, 18 Jun 2002 ripley@stats.ox.ac.uk wrote: