mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
... cosmetics
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OSHttpServer
|
||||
/// </summary>
|
||||
public class HttpContextFactory : IHttpContextFactory
|
||||
{
|
||||
private readonly ConcurrentDictionary<int, HttpClientContext> m_activeContexts = new ConcurrentDictionary<int, HttpClientContext>();
|
||||
private readonly ConcurrentDictionary<int, HttpClientContext> m_activeContexts = new();
|
||||
private readonly ILogWriter m_logWriter;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user