mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +08:00
Fix build break
This commit is contained in:
@@ -94,11 +94,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
try
|
||||
{
|
||||
<<<<<<< HEAD:OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
|
||||
if (resp.ContentLength > 0)
|
||||
=======
|
||||
using (WebResponse resp = request.GetResponse())
|
||||
>>>>>>> e593607... Remove "Dwell" support from core and replace it with calls to methods:OpenSim/Framework/Servers/HttpServer/SynchronousRestFormsRequester.cs
|
||||
{
|
||||
if (resp.ContentLength != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user