mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
reduce min size of header buffers to limit impact when osutf8 cache is empty
This commit is contained in:
@@ -232,7 +232,7 @@ namespace OSHttpServer
|
||||
{
|
||||
HeadersSent = true;
|
||||
|
||||
osUTF8 osu = OSUTF8Cached.Acquire();
|
||||
osUTF8 osu = OSUTF8Cached.Acquire(8 * 1024);
|
||||
|
||||
if (string.IsNullOrWhiteSpace(m_httpVersion))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user