Commit 6e1c58e8 authored by Simon Giesecke's avatar Simon Giesecke

Problem: PLAIN HELLO message incorrectly uses WELCOME literal

Solution: change to HELLO
parent 65dd38b2
......@@ -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