diff --git a/src/processors/hybi_legacy.hpp b/src/processors/hybi_legacy.hpp index e2ed6902ec..0fcba1c784 100644 --- a/src/processors/hybi_legacy.hpp +++ b/src/processors/hybi_legacy.hpp @@ -265,7 +265,7 @@ public: return; } - msg->set_header(std::string(0x00)); + msg->set_header(std::string(1,0x00)); msg->append_payload(std::string(1,0xFF));