mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 08:31:46 +02:00
Added test_metadata
- also prioritize ZAP metadata over ZMTP metadata in case application uses same names.
This commit is contained in:
@@ -497,8 +497,7 @@ int zmq::curve_server_t::produce_ready (msg_t *msg_)
|
||||
if (options.type == ZMQ_REQ
|
||||
|| options.type == ZMQ_DEALER
|
||||
|| options.type == ZMQ_ROUTER)
|
||||
ptr += add_property (ptr, "Identity",
|
||||
options.identity, options.identity_size);
|
||||
ptr += add_property (ptr, "Identity", options.identity, options.identity_size);
|
||||
|
||||
const size_t mlen = ptr - ready_plaintext;
|
||||
|
||||
|
Reference in New Issue
Block a user