Re: Bug in using InputStreamRequestEntity and chunked encoding

2009-03-06 Thread Santosh Gangadhar
Hi All, After doing a few tests, the problem seems not be in http client. After the service (doGet or doPost) method returns, at the back Tomcat does some cleanup. As a part of this cleanup, it tries to read out all data coming in. It does not *close* the stream after the service method and

Re: Bug in using InputStreamRequestEntity and chunked encoding

2009-03-06 Thread Oleg Kalnichevski
On Fri, 2009-03-06 at 16:33 +0530, Santosh Gangadhar wrote: Hi All, After doing a few tests, the problem seems not be in http client. After the service (doGet or doPost) method returns, at the back Tomcat does some cleanup. As a part of this cleanup, it tries to read out all data coming in.

Re: Bug in using InputStreamRequestEntity and chunked encoding

2009-03-06 Thread Santosh Gangadhar
On Fri, Mar 6, 2009 at 7:31 PM, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2009-03-06 at 16:33 +0530, Santosh Gangadhar wrote: Hi All, After doing a few tests, the problem seems not be in http client. After the service (doGet or doPost) method returns, at the back Tomcat does some