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?
HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
... Connection: keep
as workaround to avoid chunck encoding at client side (and
tryied to resolve the issue at server side, maybe i'm wrong)
Why should multipart message has not to be symmetrical?
On Wed, Jul 11, 2012 at 9:34 PM, Mark Thomas wrote:
> On 11/07/2012 19:41, Salvatore Lionetti wrote:
> > H