flush
Description:
Flushes any buffered output.
Server-push is a legitimate application of this method. Otherwise, this method is not very useful, since accept does it implicitly. Calling it in non-push applications results in extra writes and therefore reduces performance.