Revert "Workaround for mono bug #312968"

This reverts commit f2e343d530.

Doesn't compile with our version of Mono. Patched Mono instead.
avinationmerge
Melanie Thielker 2010-09-06 17:24:10 +02:00
parent f2e343d530
commit 06adbc1324
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ 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))