I was looking over the 1.2.21 code and I'm finding hints that a
"chunked" Transfer-Encoding is being attempted:

    \native\common\jk_service.h(138):
    unsigned is_chunked;    /* 1 if content length is unknown (chunked
rq) */

Is there a trick to getting keep-alive and chunked encoding turned on?  

With 1.2.18, with an experimental patch, we were able to get Keep-Alive
and Chunked encoding.  

 
http://mail-archives.apache.org/mod_mbox/tomcat-dev/200506.mbox/%3c42A7C
[EMAIL PROTECTED]


In 1.2.14 *without* any patching, if the content-length was known, we
were getting Keep-Alive.  

In 1.2.21 I'm seeing absolutely no Keep-Alive is performed, even when
the content-length is known and the browser is sending a Connection:
Keep-Alive request.

Thoughts?

--
Brandon Knitter - [EMAIL PROTECTED]
NVIDIA - http://www.nvidia.com/
v: 408/566-6699
c: 408/717-1274
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

---------------------------------------------------------------------
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