Unverified Commit e285fe6e authored by Doron Somech's avatar Doron Somech Committed by GitHub

Merge pull request #3502 from sigiesec/fix-plain-hello-message

Problem: PLAIN HELLO message incorrectly uses WELCOME literal
parents 65dd38b2 6e1c58e8
......@@ -32,7 +32,7 @@
namespace zmq
{
const char hello_prefix[] = "\x05WELCOME";
const char hello_prefix[] = "\x05HELLO";
const size_t hello_prefix_len = sizeof (hello_prefix) - 1;
const char welcome_prefix[] = "\x07WELCOME";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment