mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response)
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Request number for diagnostic purposes.
|
||||
/// </summary>
|
||||
public static int RequestNumber { get; internal set; }
|
||||
public static int RequestNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Control where OSD requests should be serialized per endpoint.
|
||||
|
||||
Reference in New Issue
Block a user