0
0
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:
Martin Sustrik 2010-09-17 12:32:46 +02:00
parent ff1080728f
commit 85aa25e56c

View File

@ -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_);