diff options
author | Mark Ellzey <mark.thomas@mandiant.com> | 2012-02-21 18:20:29 -0500 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2012-04-18 12:18:07 -0700 |
commit | f8debbfdbebb97f5d0ee2218edf1425ac219cff5 (patch) | |
tree | 696e5f587428638b550a15b687a67d58a37dafcf /hiredis.h | |
parent | 857b2690afd8d9fbbb3472c948b74dd6cd6e8a95 (diff) |
Use poll() instead of select() inside redisContextWaitReady()
The current select() is limiting in instances where the fd num is > FD_SETSIZE.
Since redisContextWaitReady() only processes a single fd, select would still
fail.
For compatibility reasons I have converted select() over to poll(), eliminating
this problem.
Diffstat (limited to 'hiredis.h')
0 files changed, 0 insertions, 0 deletions