mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +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
|
||||
{
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user