HTRequest_setProxy

Hello,

I'm trying to use HTRequest_setProxy. My network doesn't have DNS
server.
The requests terminate with status 906 - 'host not found'. The trace log
shows
that libwww is trying to resolve host name and calls gethostbyname for
the
host specified in the request URL. It shouldn't do this since I specify
the proxy using IP address
and the IP address of the host in URL will be resolved by proxy.
Everithing worked fine when I used HTProxy_add. Is it possible that
LibWWW logic
for per request basis proxies is wrong?

Thanks,
Mikhail Grouchinski

Received on Thursday, 24 June 1999 01:38:37 UTC