]> source.dussan.org Git - vaadin-framework.git/commit
Remove out of order flush() (#12283)
authorArtur Signell <artur@vaadin.com>
Fri, 18 Oct 2013 11:08:50 +0000 (14:08 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 24 Oct 2013 05:33:26 +0000 (05:33 +0000)
commit049b9d99ff887e9408e23cbd169431140dd0afa9
tree0f5af8c1e0d97d67fc59049e0a4c5813bf332d0d
parent2c6d010d90b96b0a087af589af27d9dd11ceca33
Remove out of order flush() (#12283)

Writer.flush() is specified as:
"Flushes the stream. If the stream has saved any characters from the various
write() methods in a buffer, write them immediately to their intended
destination. Then, if that destination is another character or byte stream,
flush it. Thus one flush() invocation will flush all the buffers in a chain
of Writers and OutputStreams."

Change-Id: Iecafdbb13a7a26a48300d2967c25c705f5bf1e38
server/src/com/vaadin/server/VaadinServlet.java