Re: Comet position of CRLF in request chunks

2007-12-14 Thread Filip Hanik - Dev Lists
I've proposed a patch for this behavior http://svn.apache.org/viewvc?view=revrevision=604274 http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?r1=604274r2=604273pathrev=604274 Filip Filip Hanik - Dev Lists wrote: that's correct, that's how it works. I'll go over the specs to see if

Comet position of CRLF in request chunks

2007-12-12 Thread Paul Dumais
I am using Comet for by directional communication between a native java client and a tomcat server. I noticed that when sending chunks to the Tomcat server over the request stream Tomcat does not like to receive a CRLF at the end of a chunk, it is only accepting the CRLF at the beginning of the

Re: Comet position of CRLF in request chunks

2007-12-12 Thread Filip Hanik - Dev Lists
that's correct, that's how it works. I'll go over the specs to see if this is not what it is supposed to do Filip Paul Dumais wrote: I am using Comet for by directional communication between a native java client and a tomcat server. I noticed that when sending chunks to the Tomcat server over