From 9e0d419239f7340cab2e0d8fb47438c32283f363 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Tue, 18 Mar 2014 23:24:22 +0000 Subject: [PATCH] minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types --- .../Framework/Servers/HttpServer/PollServiceRequestManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs index f1e78ac0a2..b676beecca 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs @@ -81,7 +81,7 @@ namespace OpenSim.Framework.Servers.HttpServer StatsManager.RegisterStat( new Stat( "QueuedPollResponses", - "Number of non long-poll responses queued for sending.", + "Number of poll responses queued for sending.", "", "", "httpserver",