On Tue, 2011-09-06 at 20:55 +0300, Vasile Alin wrote:
> On 6 September 2011 19:02, sebb <[email protected]> wrote:
> 
> >>     /**
> >>      * Creates a new client connection operator for the given scheme 
> >> registry.
> >>      *
> >> @@ -100,6 +105,26 @@ public class DefaultClientConnectionOper
> >>             throw new IllegalArgumentException("Scheme registry amy not be 
> >> null");
> >>         }
> >>         this.schemeRegistry = schemes;
> >> +        this.dnsResolver = null;
> >
> > Could replace this with a default resolver that did
> >
> >     return InetAddress.getAllByName(host);
> >
> >> +    }
> 
> Good idea.
> 
> 

+1. Would you have time to do a follow-up patch?

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to