This patch bugs me because it seems like a bit of a hack around a
problem elsewhere, although it could simply be because I don't know
what I'm talking about :)
Anyway, I guess my problem boils down to this :
The code now is :
socket.connect(proxy.address(), .... );
and the new code is (in shorthand ) :
socket.connect( new InetSA(proxy.getHostName(), proxy.getPort
()), ....);
why doesn't proxy.address() return a resolved SocketAddress - IOW, do
the same thing as this patch is doing?
geir
On Feb 2, 2007, at 4:58 AM, Mikhail Loenko wrote:
hi
I'm trying to build Harmony classlib on Harmony JDK (linux/ia32)
"ant" and "ant clean" work just fine :)
"ant -v fetch-depends" prints the following:
java.net.ConnectException: people.apache.org/140.211.11.9:80 -
Connection timed
please review my patch at
http://issues.apache.org/jira/browse/HARMONY-3113
Thanks,
Mikhail