Re: PoolStats question

2012-11-06 Thread Gary Gregory
On Tue, Nov 6, 2012 at 3:25 PM, Oleg Kalnichevski wrote: > On Tue, 2012-11-06 at 15:19 -0500, Gary Gregory wrote: > > FYI: I added these comments to the Javadoc for PoolStats. > > > > Gary > > > > Fantastic! Thank you, Gary > YW :) G > > Oleg > > > On Mon, Nov 5, 2012 at 4:30 PM, Mike Boyers

Re: PoolStats question

2012-11-06 Thread Oleg Kalnichevski
On Tue, 2012-11-06 at 15:19 -0500, Gary Gregory wrote: > FYI: I added these comments to the Javadoc for PoolStats. > > Gary > Fantastic! Thank you, Gary Oleg > On Mon, Nov 5, 2012 at 4:30 PM, Mike Boyers wrote: > > > Got it. > > > > Thanks Oleg! > > > > > > > > > > - Original Message ---

Re: PoolStats question

2012-11-06 Thread Gary Gregory
FYI: I added these comments to the Javadoc for PoolStats. Gary On Mon, Nov 5, 2012 at 4:30 PM, Mike Boyers wrote: > Got it. > > Thanks Oleg! > > > > > - Original Message - > From: Oleg Kalnichevski > To: HttpClient User Discussion > Cc: > Sent: Monday, November 5, 2012 3:22 PM > Subje

Re: Does hc4.2.2 support jdk 7 AIO Feature?

2012-11-06 Thread Oleg Kalnichevski
On Tue, 2012-11-06 at 09:58 +0800, Wei Gao wrote: > thanks a lot, but if anyone has suggestion to the IO model for a high > concurrency and high performance httpclient tool? > Blocking I/O model. Oleg > > On Tue, Nov 6, 2012 at 5:01 AM, Oleg Kalnichevski wrote: > > On Mon, 2012-11-05 at 20:5

Re: Servlet getInputStream getting truncated

2012-11-06 Thread Oleg Kalnichevski
On Mon, 2012-11-05 at 15:06 -0600, Godbey, David J. (HQ-LM020)[DIGITAL MANAGEMENT INC.] wrote: > This is probably a good place to pose this question. I'm guessing someone > will know what is going on, and perhaps http-client has a solution. > > You will recall that recently I created a "proxy" se

Re: httpcore parses expires date in Set-Cookie wrong

2012-11-06 Thread Jean-Marc Spaggiari
Hi Paul, I don't see anything wrong with the output. What will have you expected? JM 2012/11/6, pvbem...@xs4all.nl : > > I'm using httpcore-4.2.1 , and code below shows the problem. > The code is similar to that on page 2 of the httpcore tutorial pdf. > I only added a Set-Cookie with an expires

httpcore parses expires date in Set-Cookie wrong

2012-11-06 Thread pvbemmel
I'm using httpcore-4.2.1 , and code below shows the problem. The code is similar to that on page 2 of the httpcore tutorial pdf. I only added a Set-Cookie with an expires header element . --- import org.apache.http.*; import org.apac