On Sat, 2015-12-19 at 09:08 -0800, Gary Gregory wrote:
> On Sat, Dec 19, 2015 at 9:04 AM, Oleg Kalnichevski <ol...@apache.org> wrote:
> 
> > On Sat, 2015-12-19 at 08:54 -0800, Gary Gregory wrote:
> > > Hi All,
> > >
> > > There are a lot of places where we say:
> > >
> > > response.getStatusLine().getStatusCode()
> > >
> > > Should we have a short cut
> > >
> > > response.getStatusCode()
> >
> > HttpResponse#getCode might do as well.
> >
> 
> Sounds good.
> 
> This:
> 
> > response.getStatusLine().getStatusCode()
> 
> could also be:
> 
> > response.getStatusLine().getCode()
> 
> Since there is only one kind of code in a status line.
> 
> But I am not sure that's worth it.
> 

Probably not.

Oleg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to