sthen dfd96b64c0 Fix bug found by clang.
transport.c:206:23: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
                if (sockerr.revents && POLLERR) {
                                    ^  ~~~~~~~
transport.c:206:23: note: use '&' for a bitwise operation
2017-04-16 13:55:49 +00:00
..
2017-04-16 13:55:49 +00:00
2017-04-16 13:55:49 +00:00