You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is environment dependent. It's caused by the reverse DNS lookup in remoteInetSocketAddress.getHostName(). The solution is to target JDK7 and use getHostString instead.
The issue is critical enough to drop JDK6 support in AHC 1.9.
The text was updated successfully, but these errors were encountered:
This is environment dependent. It's caused by the reverse DNS lookup in
remoteInetSocketAddress.getHostName()
. The solution is to target JDK7 and usegetHostString
instead.The issue is critical enough to drop JDK6 support in AHC 1.9.
The text was updated successfully, but these errors were encountered: