BUG/MINOR: checks: external checks shouldn't wait for timeout to return the result
authorCyril Bonté <cyril.bonte@free.fr>
Wed, 6 Aug 2014 23:55:39 +0000 (01:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Aug 2014 05:23:51 +0000 (07:23 +0200)
commit9dbcfabafb2cf2a6a1ae71e34bbf6ebbabc389a0
tree161d9ac85ba8ca47b80243a5c60bdf246a835b22
parent99c5bf5ff4b07b1bc96e03591a6d5b2fbd816c3a
BUG/MINOR: checks: external checks shouldn't wait for timeout to return the result

When the child process terminates, it should wake up the associated task to
process the result immediately, otherwise it will be available only when the
task expires.

This fix is specific to the 1.6 branch.
src/checks.c