summaryrefslogtreecommitdiffstats
path: root/fbench/src/fbench/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/fbench/client.cpp')
-rw-r--r--fbench/src/fbench/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/client.cpp b/fbench/src/fbench/client.cpp
index 736715efa82..297cf61bdb3 100644
--- a/fbench/src/fbench/client.cpp
+++ b/fbench/src/fbench/client.cpp
@@ -273,7 +273,7 @@ Client::run()
auto base64_content = std::string(urlSource.content(), cLen);
auto decoded = base64_decode(base64_content);
content = decoded.c_str();
- cLen = content.size();
+ cLen = decoded.size();
}
_reqTimer->Start();