summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/_httpoperation.cpp')
-rw-r--r--indra/llcorehttp/_httpoperation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpoperation.cpp b/indra/llcorehttp/_httpoperation.cpp
index b35ab79d65..d80a8236e6 100644
--- a/indra/llcorehttp/_httpoperation.cpp
+++ b/indra/llcorehttp/_httpoperation.cpp
@@ -235,8 +235,9 @@ void HttpOpSpin::stageFromRequest(HttpService * service)
}
else
{
+ ms_sleep(1); // backoff interlock plumbing a bit
this->addRef();
- if (! HttpRequestQueue::instanceOf()->addOp(this))
+ if (! service->getRequestQueue().addOp(this))
{
this->release();
}