diff --git a/Server/HttpSession.h b/Server/HttpSession.h index 56b6873..d7d249d 100644 --- a/Server/HttpSession.h +++ b/Server/HttpSession.h @@ -34,7 +34,7 @@ public: private: boost::beast::tcp_stream m_stream; - boost::beast::flat_buffer m_buffer{std::numeric_limits::max()}; + boost::beast::flat_buffer m_buffer{std::numeric_limits::max()}; SharedStatePtr m_state; std::optional> m_parser; };