change response m_body send (currently not in use)

This commit is contained in:
UbitUmarov
2020-04-03 03:20:47 +01:00
parent f1761a5b6c
commit 50b8c90b42
2 changed files with 7 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ namespace OSHttpServer
/// before sending everything to the client. It's the simplest
/// way to serve documents.
/// </summary>
Stream Body { get; set; }
Stream Body { get; }
byte[] RawBuffer { get; set; }
int RawBufferStart { get; set; }
int RawBufferLen { get; set; }