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
Check if DnsCache is null in DnsNameResolver constructor, closeAsyncHttpClient#1328
Motivation:
We miss checking if DnsCache is null in DnsNameResolver constructor
which will later then lead to a NPE. Better fail fast here.
Modifications:
Check for null and if so throw a NPE.
Result:
Fail fast.
0 commit comments