mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
bug in REQ+multipart fixed
This commit is contained in:
@@ -84,6 +84,7 @@ int zmq::req_t::xrecv (zmq_msg_t *msg_, int flags_)
|
||||
return rc;
|
||||
zmq_assert (msg_->flags & ZMQ_MSG_MORE);
|
||||
zmq_assert (zmq_msg_size (msg_) == 0);
|
||||
message_begins = false;
|
||||
}
|
||||
|
||||
int rc = xreq_t::xrecv (msg_, flags_);
|
||||
|
||||
Reference in New Issue
Block a user