mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Workaround for mono bug #312968
This commit is contained in:
@@ -64,6 +64,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
if ((verb == "POST") || (verb == "PUT"))
|
||||
{
|
||||
request.ContentType = "text/www-form-urlencoded";
|
||||
request.KeepAlive = true;
|
||||
|
||||
int length = 0;
|
||||
using (StreamWriter writer = new StreamWriter(buffer))
|
||||
|
||||
Reference in New Issue
Block a user