for HTTP1.1 (in tomcat 6)

Does tomcat handle keep alive (ie: keeping a connection open for subsequent requests)

If so under what circumstances is the connection closed (or kept open)?

Sending chunked content, with a terminal "\r\n0\r\n" will cause the connection to be disconnected.

As does only a termainal "\r\n0"

In both cases following this I am then attempting to write the next HTTP header set for the next request from the client.

ie:

POST /url/ HTTP1.1
...

PK




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to