On Thu, 2018-11-08 at 10:49 -0700, Gary Gregory wrote:
> Hi All:
> 
> To represent http://example.com:1234, it seems backward to me to
> write:
> 
> new HttpHost("example.com", 1234, "http");
> 
> instead of
> 
> new HttpHost("http", "example.com", 1234);
> 
> Any objection to changing the ctors to make to scheme come first?
> 
> Gary

Works for me.

Oleg


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

Reply via email to