Hi,
On Thu, Jan 30, 2014 at 3:12 PM, Gaurav Rastogi
<
gaurav....@gmail.com> wrote:
> Its not a cometD client.
> It's a customized client which uses CometD API's and has its own parsing
> logic.
> Here we are interested in knowing how to send EOL characters i.e. "0D 0A"
> with comet 2.7 as comet 1.0 was already sending these.
Sending EOL in CometD 1 was a mistake that we fixed in 2.x.
You should update your custom client, which should have not relied on
that in the first place.
The best way to read the Bayeux message is to look at the HTTP
Content-Length header.