From f6ee71a52da990b3bdc41bf56fcef87b30ca964b Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 27 Sep 2021 11:31:43 +0200 Subject: Added simple compact binary endpoint for JSON testing --- zenserver/testing/httptest.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zenserver/testing/httptest.h') diff --git a/zenserver/testing/httptest.h b/zenserver/testing/httptest.h index b445fb450..f55780d05 100644 --- a/zenserver/testing/httptest.h +++ b/zenserver/testing/httptest.h @@ -5,6 +5,8 @@ #include #include +#include + namespace zen { /** @@ -37,7 +39,8 @@ public: }; private: - HttpRequestRouter m_Router; + HttpRequestRouter m_Router; + std::atomic m_Counter{0}; RwLock m_RwLock; std::unordered_map> m_HandlerMap; -- cgit v1.2.3