Re: Problem using chunked encoding - request thread cleanup

2009-03-08 Thread Santosh Gangadhar
additional commands, e-mail: users-h...@tomcat.apache.org > > -- Santosh Gangadhar Technical Lead, Wirkle http://www.wi

Re: Problem using chunked encoding - request thread cleanup

2009-03-06 Thread Santosh Gangadhar
On Fri, Mar 6, 2009 at 8:50 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Santosh Gangadhar [mailto:sant...@wirkle.com] > > Subject: Re: Problem using chunked encoding - request thread cleanup > > > > But the client keeps running because Tom

Re: Problem using chunked encoding - request thread cleanup

2009-03-06 Thread Santosh Gangadhar
Tried with JBoss 4.0.3 which internally uses Tomcat 5.5. Same behavior there as well. Santosh. On Fri, Mar 6, 2009 at 5:56 PM, Santosh Gangadhar wrote: > Sorry, missed to give the details. > Tomcat: 5.0.28 > Java: 1.6.0_04 > Commons http client: 3.0.1 > > I'll tr

Re: Problem using chunked encoding - request thread cleanup

2009-03-06 Thread Santosh Gangadhar
have been a couple of code changes around those connector classes. > > Regards, > > Rainer > > > On 06.03.2009 12:56, Santosh Gangadhar wrote: > >> Hi All, >> The application we are developing has a sender which pushes indefinite >> binary data to the web app

Problem using chunked encoding - request thread cleanup

2009-03-06 Thread Santosh Gangadhar
Hi All, The application we are developing has a sender which pushes indefinite binary data to the web application hosted in Tomcat. The web application is supposed to consumes an un-predefined limit of data per connection and stop. The sender is implemented using Http client and uses InputStreamE