Re: Comet processor blocks if chunk includes final CRLF

2007-12-19 Thread Chris Pettitt
just posted the same issue. I've been bit by it too, I'm gonna review the spec again, and see if and how we can make adjustments to the code Filip Chris Pettitt wrote: Hello, I'm using Tomcat 6.0.14 and its CometProcessor to create a long running connection between an HTTP client

Re: Comet processor blocks if chunk includes final CRLF

2007-12-19 Thread Chris Pettitt
Filip, Do you know which release this patch will go into? Is there a bug number I can watch? Thanks, Chris On Dec 19, 2007 9:13 AM, Chris Pettitt [EMAIL PROTECTED] wrote: Filip, Your patch has fixed the chunk parsing and the processor is no longer blocking. Sometimes newly connected

Comet processor blocks if chunk includes final CRLF

2007-12-12 Thread Chris Pettitt
Hello, I'm using Tomcat 6.0.14 and its CometProcessor to create a long running connection between an HTTP client and my server. The client posts requests to the server using chunked transfer encoding (each chunk is a complete XML request processed by the servlet). I'm using a servlet that is