On Thu, Nov 8, 2018 at 12:12 PM Oleg Kalnichevski <[email protected]> wrote:
> 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. > Done in git master. Gary > > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
