Specified that it's safe to call zmq_msg_more after zmq_msg_close

This commit is contained in:
Pieter Hintjens 2012-12-23 17:57:35 +01:00
parent ef186fe15b
commit 12a648db07

View File

@ -15,7 +15,8 @@ SYNOPSIS
DESCRIPTION
-----------
The _zmq_msg_more()_ function indicates whether this is part of a multi-part
message, and there are further parts to receive.
message, and there are further parts to receive. This method can safely be
called after _zmq_msg_close()_.
RETURN VALUE