mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
commit
9513148e27
2
NEWS
2
NEWS
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
* Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
|
* Fixed #1273 - V3 protocol handler vulnerable to downgrade attacks.
|
||||||
|
|
||||||
|
* Fixed #1362 - SUB socket sometimes fails to resubscribe properly.
|
||||||
|
|
||||||
|
|
||||||
0MQ version 4.0.5 stable, released on 2014/10/14
|
0MQ version 4.0.5 stable, released on 2014/10/14
|
||||||
================================================
|
================================================
|
||||||
|
@ -242,6 +242,8 @@ void zmq::pipe_t::process_hiccup (void *pipe_)
|
|||||||
outpipe->flush ();
|
outpipe->flush ();
|
||||||
msg_t msg;
|
msg_t msg;
|
||||||
while (outpipe->read (&msg)) {
|
while (outpipe->read (&msg)) {
|
||||||
|
if (!(msg.flags () & msg_t::more))
|
||||||
|
msgs_written--;
|
||||||
int rc = msg.close ();
|
int rc = msg.close ();
|
||||||
errno_assert (rc == 0);
|
errno_assert (rc == 0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user