kiran-jejurkar / jquery-stream

Automatically exported from code.google.com/p/jquery-stream
0 stars 0 forks source link

Check the validity of a message size made of several chunks #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a message size is split into several chunks and transmitted sequentially 
in HTTP streaming, all but the last one will be ignored - although the chance 
is extremely low.

Original issue reported on code.google.com by flowersi...@gmail.com on 18 Sep 2011 at 2:03

GoogleCodeExporter commented 9 years ago
Such an error occurs only with iframe transport which pass a read chunk not 
whole response text to handlerMessage function, and the amount of text read by 
iframe tends to be much bigger than XHR's or XDR's because of its insensitivity 
so that in most cases it won't cause any problem.

Original comment by flowersi...@gmail.com on 18 Sep 2011 at 3:15