From 6b57b6183603601d8bebf5c4cf5caced56d13242 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Sun, 13 Jul 2014 19:19:58 +0300 Subject: Log RestClient requests similarly to WebClient (e.g, "debug http all 6" logs the entire request and response) --- OpenSim/Framework/WebUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/WebUtil.cs') diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index d683152..b180c8a 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs @@ -69,7 +69,7 @@ namespace OpenSim.Framework /// /// Request number for diagnostic purposes. /// - public static int RequestNumber { get; internal set; } + public static int RequestNumber { get; set; } /// /// Control where OSD requests should be serialized per endpoint. -- cgit v1.1