mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
replace external httpserver by embedded one (based on same code) - This may still be very bad; clean solution and runprebuild, or clone to clan folder
This commit is contained in:
@@ -31,7 +31,7 @@ using System.IO;
|
||||
using System.Net;
|
||||
using System.Net.Sockets;
|
||||
using System.Text;
|
||||
using HttpServer;
|
||||
using OSHttpServer;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Tests.Common
|
||||
|
||||
@@ -28,8 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Specialized;
|
||||
using System.IO;
|
||||
using HttpServer;
|
||||
using HttpServer.FormDecoders;
|
||||
using OSHttpServer;
|
||||
|
||||
namespace OpenSim.Tests.Common
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ using System;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using HttpServer;
|
||||
using OSHttpServer;
|
||||
|
||||
namespace OpenSim.Tests.Common
|
||||
{
|
||||
|
||||
@@ -68,6 +68,11 @@ namespace OpenSim.Tests.Common
|
||||
/// </summary>
|
||||
public long ContentLength64 { get; set; }
|
||||
|
||||
public int Priority { get; set; }
|
||||
public byte[] RawBuffer { get; set; }
|
||||
public int RawBufferStart { get; set; }
|
||||
public int RawBufferLen { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Encoding of the body content.
|
||||
/// </summary>
|
||||
@@ -97,11 +102,6 @@ namespace OpenSim.Tests.Common
|
||||
/// </summary>
|
||||
public Stream Body { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Set a redirct location.
|
||||
/// </summary>
|
||||
public string RedirectLocation { private get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Chunk transfers.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user