summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpservice.cpp
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-06-21 21:32:33 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-06-21 21:32:33 -0400
commited5db306545e414a1c975c1fff5908b6c2fe1389 (patch)
tree9bc2aed2a3ef7fa2d7a49ebc67a64f63890d24e0 /indra/llcorehttp/_httpservice.cpp
parenteed28348f2668c93bc572cffd8a284e65228ed02 (diff)
Preparing for better shutdown/cleanup logic.
Diffstat (limited to 'indra/llcorehttp/_httpservice.cpp')
-rw-r--r--indra/llcorehttp/_httpservice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httpservice.cpp b/indra/llcorehttp/_httpservice.cpp
index 25f64acc42..faafd9a6c7 100644
--- a/indra/llcorehttp/_httpservice.cpp
+++ b/indra/llcorehttp/_httpservice.cpp
@@ -172,6 +172,8 @@ bool HttpService::changePriority(HttpHandle handle, HttpRequest::priority_t prio
void HttpService::shutdown()
{
+ mRequestQueue->stopQueue();
+
// *FIXME: Run down everything....
}