Re: [maybe not solved] comet read event

2007-06-02 Thread Filip Hanik - Dev Lists
Peter Warren wrote: Hmm, ok. Sending the headers up causes the comet servlet to behave as I expected, one BEGIN event generated on the first client request and one READ event generated on the second request. In my simple test, the comet servlet doesn't receive the headers as data. If I don't s

Re: [maybe not solved] comet read event

2007-06-01 Thread Peter Warren
Hmm, ok. Sending the headers up causes the comet servlet to behave as I expected, one BEGIN event generated on the first client request and one READ event generated on the second request. In my simple test, the comet servlet doesn't receive the headers as data. If I don't send up the headers on