Pieter Hintjens 11175a33f1 Problem: security tests block on zmq_send
The expect_bounce_fail () helper assumed that messages could always
be sent. However in some cases zmq_send() blocks, due to there not
being any outgoing pipe. This changed in 77f5f7, where previously
there would be a pipe that kept trying to reconnect forever.

Solution: use a send timeout and check for EAGAIN if sending failed.
2014-05-20 15:42:35 +02:00
..
2014-05-02 22:21:50 +02:00
2014-03-16 11:53:40 +01:00
2014-01-13 18:38:59 +08:00
2014-01-23 09:23:46 -06:00