From cfe128586909820a4433f587f808a8a2386f29c8 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 16 May 2020 02:14:13 +0100 Subject: [PATCH] missing files --- .../Framework/Servers/HttpServer/Interfaces/IOSHttpRequest.cs | 1 + .../Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs | 2 ++ OpenSim/Region/Framework/Scenes/UuidGatherer.cs | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpRequest.cs b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpRequest.cs index 07fe37acfb..62558f2b57 100644 --- a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpRequest.cs +++ b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpRequest.cs @@ -60,5 +60,6 @@ namespace OpenSim.Framework.Servers.HttpServer Uri Url { get; } string UriPath { get; } string UserAgent { get; } + double ArrivalTS { get; } } } \ No newline at end of file diff --git a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs index ae1ce1e3d4..e3c7b34d72 100644 --- a/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs +++ b/OpenSim/Framework/Servers/HttpServer/Interfaces/IOSHttpResponse.cs @@ -117,6 +117,8 @@ namespace OpenSim.Framework.Servers.HttpServer /// string StatusDescription { get; set; } + double RequestTS { get; } + /// /// Add a header field and content to the response. /// diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs index 9b0744e1f5..4bc8da7976 100644 --- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs +++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs @@ -792,7 +792,6 @@ namespace OpenSim.Region.Framework.Scenes else { SceneObjectGroup sog = SceneObjectSerializer.FromOriginalXmlFormat(xml); - if (null != sog) { sog.TemporaryInstance = true;