mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
change response m_body send (currently not in use)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user