mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
commit
ba1fd8e82a
@ -149,7 +149,7 @@ namespace zmq
|
|||||||
bool stalled ()
|
bool stalled ()
|
||||||
{
|
{
|
||||||
// Check whether there was decoding error.
|
// Check whether there was decoding error.
|
||||||
if (unlikely (static_cast <T*> (this)->next == NULL))
|
if (unlikely (!(static_cast <T*> (this)->next)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
while (!to_read) {
|
while (!to_read) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user