]> source.dussan.org Git - vaadin-framework.git/commit
Fixes parsing of multiple push messages in streaming mode (#12197)
authorFabian Lange <lange.fabian@gmail.com>
Wed, 17 Jul 2013 09:44:57 +0000 (11:44 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 1 Aug 2013 10:03:34 +0000 (10:03 +0000)
commit326bbb5e91564a39553b13f5a3a00b7ff5dd40ec
tree88a14751fc5de72c0d912bca0f9b806e4e127773
parentea148c80ea6e12860a646bfaf60a0b712ebc8958
Fixes parsing of multiple push messages in streaming mode (#12197)

The current atmosphere code can handle messages split up using the message
length header. But it does not handle the case where the header is actually
split up itself.
This patch solves it by making sure the length header stays intact.
Corresponding atmosphere ticket:
https://github.com/Atmosphere/atmosphere/issues/1199

Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
WebContent/VAADIN/jquery.atmosphere.js