mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
httpserver send is now async
This commit is contained in:
@@ -231,6 +231,18 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
}
|
||||
|
||||
public int Priority
|
||||
{
|
||||
get
|
||||
{
|
||||
return _httpResponse.Priority;
|
||||
}
|
||||
set
|
||||
{
|
||||
_httpResponse.Priority = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set a redirct location.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user