commit | 332740dab2396f2451faa67dd349eacee4136825 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 10 09:57:21 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 10 09:57:21 2009 +0200 |
tree | 36ad8aa8776b912854b429ceec64f76d5951d306 | |
parent | 2985794ca9a7f924ea886e046d949c92261e7b4b [diff] |
[MEDIUM] pollers: don't wait if a signal is pending If an asynchronous signal is received outside of the poller, we don't want the poller to wait for a timeout to occur before processing it, so we set its timeout to zero, just like we do with pending tasks in the run queue.