The CTE backport of 4110694 into ladybird is missing one line to pick up
the winsock error code after a connection fails to establish. The result is
that a SocketException gets thrown instead of a specific sub-class of
SocketException. The exception throw has a mis-leading message as the
error code hasn't been translated into an error text.
- duplicates
-
JDK-4498413 appletviewer: "network operation" test case fails
- Closed