diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-21 21:32:33 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-21 21:32:33 -0400 |
commit | ed5db306545e414a1c975c1fff5908b6c2fe1389 (patch) | |
tree | 9bc2aed2a3ef7fa2d7a49ebc67a64f63890d24e0 /indra/llcorehttp/_httpservice.cpp | |
parent | eed28348f2668c93bc572cffd8a284e65228ed02 (diff) |
Preparing for better shutdown/cleanup logic.
Diffstat (limited to 'indra/llcorehttp/_httpservice.cpp')
-rw-r--r-- | indra/llcorehttp/_httpservice.cpp | 2 |
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.... } |