Skip to content
Snippets Groups Projects
  • Vojtech Moravec's avatar
    3802b06f
    Fix incorrect response. · 3802b06f
    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.
    3802b06f
    History
    Fix incorrect response.
    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.