mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08:00
bug in REQ+multipart fixed
This commit is contained in:
parent
ff1080728f
commit
85aa25e56c
@ -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_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user