mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
Merge pull request #3502 from sigiesec/fix-plain-hello-message
Problem: PLAIN HELLO message incorrectly uses WELCOME literal
This commit is contained in:
commit
e285fe6ea7
@ -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…
Reference in New Issue
Block a user