diff options
author | Oz Linden <oz@lindenlab.com> | 2017-08-15 15:28:52 +0000 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2017-08-15 15:28:52 +0000 |
commit | bafe85a0f6e86912c43caaf4779cb4daa54c9ba3 (patch) | |
tree | 4c077382fb2eeb92cd7c6efdad3a9ea08f82b193 /indra/llcorehttp/_httppolicy.cpp | |
parent | 4cc6d44ef88196c940e9f7e74243146549a11018 (diff) | |
parent | 79856e655432a30f5bba2e8d7adecdc3626ce94f (diff) |
Merged in rider_linden/viewer64-gundam (pull request #18)
Default
Diffstat (limited to 'indra/llcorehttp/_httppolicy.cpp')
-rw-r--r-- | indra/llcorehttp/_httppolicy.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcorehttp/_httppolicy.cpp b/indra/llcorehttp/_httppolicy.cpp index b2709b53ec..a302db8b46 100644 --- a/indra/llcorehttp/_httppolicy.cpp +++ b/indra/llcorehttp/_httppolicy.cpp @@ -34,6 +34,7 @@ #include "_httppolicyclass.h" #include "lltimer.h" +#include "httpstats.h" namespace { @@ -448,6 +449,8 @@ bool HttpPolicy::stageAfterCompletion(const HttpOpRequest::ptr_t &op) } op->stageFromActive(mService); + + HTTPStats::instance().recordResultCode(op->mStatus.getType()); return false; // not active } |