mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 10:18:01 +08:00
Problem: PLAIN HELLO message incorrectly uses WELCOME literal
Solution: change to HELLO
This commit is contained in:
parent
65dd38b268
commit
6e1c58e86e
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
namespace zmq
|
namespace zmq
|
||||||
{
|
{
|
||||||
const char hello_prefix[] = "\x05WELCOME";
|
const char hello_prefix[] = "\x05HELLO";
|
||||||
const size_t hello_prefix_len = sizeof (hello_prefix) - 1;
|
const size_t hello_prefix_len = sizeof (hello_prefix) - 1;
|
||||||
|
|
||||||
const char welcome_prefix[] = "\x07WELCOME";
|
const char welcome_prefix[] = "\x07WELCOME";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user