On 11/07/2012 19:41, Salvatore Lionetti wrote:
> Hi to all,
> 
> I'm using Tomcat 7.0.28, a simple doGet() synchronous customization of
> HttpServlet, responding with a 'push' multipart.
> This response is generated by tomcat server and my webapp: does in yours
> opinion looks like correct?

Yes.

> HTTP/1.1 200 OK
>> Server: Apache-Coyote/1.1
> 
> ... Connection: keep-alive
>> Content-Type: multipart/x-mixed-replace;boundary=NEWD
>> Transfer-Encoding: chunked (ADDED BY TOMCAT ENGINE)
>>
>>
>> --NEWD
>> 2...
>> --NEWD
>> 1...
>> --NEWD
>>
>> --NEWD--
>>
> 
> I mean: why tomcat engine add chunks encoding (see the header) if in this
> case an indefinite length encoding is presents, marked with 'NEWD'?

Try reading RFC 2616.

Mark

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

Reply via email to