Sasikumar Subramanian wrote:

> Hi All,
>
>       I write one servlet program with Chunked Transfer Encoding. when i
> execute this servlet in IE, my browser was hanged. But i got the following
> exception, if i execute by httpunit.

Don't know if this is related or not but I just thought I throw this in
just in case it helps.

Apache plugin known bug: Requests use HTTP/1.1 but responses must be
in HTTP/1.0
http://httpd.apache.org/docs-2.0/misc/known_client_problems.html

-- This one might apply to your case if the server sends chunked
responses and the client uses Internet Explorer version 4.0b2.

Probably not related but just in case it helps ...

Jc

Note: This e-mail contains privileged and confidential information and is for 
the sole use of the intended recipient(s).  If you are not an intended 
recipient, you are hereby kindly requested to refrain from printing, copying, 
or distributing the information contained herein.  Furthermore, any other use 
of the information contained herein is strictly prohibited.  If you have 
received this transmission in error, please kindly notify the sender 
immediately and destroy all copies of the original message.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to