]> source.dussan.org Git - vaadin-framework.git/commit
UIInitHandler emits Content-Length when writing json response (#15271)
authorFabian Lange <lange.fabian@gmail.com>
Mon, 24 Nov 2014 11:11:08 +0000 (12:11 +0100)
committerLeif Åstrand <leif@vaadin.com>
Fri, 5 Dec 2014 08:37:05 +0000 (08:37 +0000)
commitbf4e325ac6387cac0afc8096b3ca65b88bf9fdfd
tree417eea63ab1bd50679b10a53d559bc2a0e6247db
parent66c3dd2bf87ac3b021365b7a7d89180fb4304d8c
UIInitHandler emits Content-Length when writing json response (#15271)

This prevents chunked-transfer mode and allows server infrastructure to
decide correctly on things like compression which benefits from knowing
a content length.

Change-Id: I4e969e0874b506d0f61526662ee78418987937c4
server/src/com/vaadin/server/communication/UIInitHandler.java