Re: Comet processor blocks if chunk includes final CRLF

2008-01-08 Thread Filip Hanik - Dev Lists
fyi, we had to rework the patch, as there is a nasty data corruption bug with the old way of doing things. the new patch is at http://people.apache.org/~fhanik/patches/fix-bz7-alt-1.patch and is up for voting Filip Filip Hanik - Dev Lists wrote: the patch has been applied and will go int

Re: Comet processor blocks if chunk includes final CRLF

2008-01-02 Thread Filip Hanik - Dev Lists
the patch has been applied and will go into 6.0.16 Filip Chris Pettitt wrote: 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 chun

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 connect

Re: Comet processor blocks if chunk includes final CRLF

2007-12-19 Thread Chris Pettitt
Filip, Your patch has fixed the chunk parsing and the processor is no longer blocking. Sometimes newly connected clients get disconnected immediately, but I think that is related to this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=43846. Thanks, Chris On Dec 14, 2007 11:41 AM, Filip

Re: Comet processor blocks if chunk includes final CRLF

2007-12-14 Thread Filip Hanik - Dev Lists
I've proposed a patch for this behavior http://svn.apache.org/viewvc?view=rev&revision=604274 http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?r1=604274&r2=604273&pathrev=604274 Filip Filip Hanik - Dev Lists wrote: hi Chris, Paul Dumais just posted the same issue. I've been bit by it

Re: Comet processor blocks if chunk includes final CRLF

2007-12-12 Thread Filip Hanik - Dev Lists
hi Chris, Paul Dumais 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 H