-
- Downloads
Fix incorrect response.
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.
Please register or sign in to comment