HttpResponse Flush
Sometimes I need to flush the content of the buffer before the end of my PageLoad. The documentation says "Forces all currently buffered output to be sent to the client." That is not really true.
If the buffer doesn't contains at least 257 bytes (calculated empirically on my Windows XP SP2), the buffer will not be sent to the client. Is it a documentation error or code error ?