diff options
author | Justin Clark-Casey (justincc) | 2012-06-15 02:03:50 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-15 02:03:50 +0100 |
commit | 257b1b517dec58bf902bac63bc7ab7080286d415 (patch) | |
tree | e0528b6032f1403cbcd03a216b527c565a2ac777 /OpenSim/Framework/Servers/HttpServer | |
parent | minor: Tell user the current debug http level if "debug http" console command... (diff) | |
download | opensim-SC_OLD-257b1b517dec58bf902bac63bc7ab7080286d415.zip opensim-SC_OLD-257b1b517dec58bf902bac63bc7ab7080286d415.tar.gz opensim-SC_OLD-257b1b517dec58bf902bac63bc7ab7080286d415.tar.bz2 opensim-SC_OLD-257b1b517dec58bf902bac63bc7ab7080286d415.tar.xz |
Add main instance to internal MainServer.m_Servers list to simplify internal logic.
This does require the server to be added before it is set as the main Instance
Diffstat (limited to 'OpenSim/Framework/Servers/HttpServer')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index 6b52485..0db1329 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | |||
@@ -53,14 +53,6 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
53 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 53 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
54 | private HttpServerLogWriter httpserverlog = new HttpServerLogWriter(); | 54 | private HttpServerLogWriter httpserverlog = new HttpServerLogWriter(); |
55 | 55 | ||
56 | /// <summary> | ||
57 | /// Control the printing of certain debug messages. | ||
58 | /// </summary> | ||
59 | /// <remarks> | ||
60 | /// If DebugLevel >= 1, then short warnings are logged when receiving bad input data. | ||
61 | /// If DebugLevel >= 2, then long warnings are logged when receiving bad input data. | ||
62 | /// If DebugLevel >= 3, then short notices about all incoming non-poll HTTP requests are logged. | ||
63 | /// </remarks> | ||
64 | public int DebugLevel { get; set; } | 56 | public int DebugLevel { get; set; } |
65 | 57 | ||
66 | private volatile int NotSocketErrors = 0; | 58 | private volatile int NotSocketErrors = 0; |