]> source.dussan.org Git - vaadin-framework.git/commit
Fix streaming issue with iOS6 (#11934)
authorArtur Signell <artur@vaadin.com>
Thu, 30 May 2013 13:04:33 +0000 (16:04 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 30 May 2013 13:29:16 +0000 (16:29 +0300)
commit5e26b0b6d9c97210d97e3e81f1af33feaa4751eb
tree8b0b2f4161be4ac98c70970a0d42ba20b21fcb50
parent29fcadc569c7e45c7d913b18469fbe55b9b7adc3
Fix streaming issue with iOS6 (#11934)

It appears that iOS6 will not make new request (at least for images) to a server to which there is already a connection open which possibly will be kept alive after the current request is done (Connection: Keep-alive asked by the client and not denied by the server)

Change-Id: If4e6233457fced3760a931b7953fa1713fee3452
server/src/com/vaadin/server/communication/PushHandler.java