On 09/03/2011 21:49, Chris wrote:
> Hi,
> I'm using Tomcat 7.0.8 on Ubuntu 10.10.
> 
> When using the APR based Tomcat Native Library (libtcnative), responses from 
> Tomcat are being sent with a chunked encoding, but the "0" terminating the 
> chunked response isn't sent until exactly 1 minute later.
> 
> The response is being written to an 
> org.apache.catalina.connector.CoyoteOutputStream. The following calls are 
> made:
> out.write(resp);
> out.flush();
> out.close();
> 
> If I just remove the libtcnative-1.so, so that Tomcat loads without using it, 
> then the response still uses chunked encoding, but the terminating "0" is 
> sent immediately, with the rest of the response.
> 
> Any ideas would be appreciated.

Sounds like a bug. Please create a bugzilla entry.

Mark

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

Reply via email to