diff --git a/src/processors/hybi_header.hpp b/src/processors/hybi_header.hpp index 02cb4448c8..72dddf2e0a 100644 --- a/src/processors/hybi_header.hpp +++ b/src/processors/hybi_header.hpp @@ -136,7 +136,7 @@ private: static const uint8_t STATE_WRITE = 4; uint8_t m_state; - uint64_t m_bytes_needed; + std::streamsize m_bytes_needed; uint64_t m_payload_size; char m_header[MAX_HEADER_LENGTH]; };