-
Vojtech Moravec authored
We have to set content length before we write to output stream. Because of this we have to use memory stream to compress data and then dump this stream to response stream, after we set the content length.
Vojtech Moravec authoredWe have to set content length before we write to output stream. Because of this we have to use memory stream to compress data and then dump this stream to response stream, after we set the content length.