summaryrefslogtreecommitdiff
path: root/src/mbgl/storage/http_context_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/storage/http_context_base.hpp')
-rw-r--r--src/mbgl/storage/http_context_base.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/storage/http_context_base.hpp b/src/mbgl/storage/http_context_base.hpp
index b50bf11ec7..6615ea00cf 100644
--- a/src/mbgl/storage/http_context_base.hpp
+++ b/src/mbgl/storage/http_context_base.hpp
@@ -11,6 +11,7 @@ namespace mbgl {
class HTTPContextBase {
public:
static std::unique_ptr<HTTPContextBase> createContext();
+ static uint32_t maximumConcurrentRequests();
virtual ~HTTPContextBase() = default;
virtual HTTPRequestBase* createRequest(const Resource&, HTTPRequestBase::Callback) = 0;