Code

Fix aberrant behaviours in check_http:
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Tue, 3 Feb 2009 09:20:29 +0000 (04:20 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Tue, 3 Feb 2009 09:50:47 +0000 (04:50 -0500)
commit0d781712d7c8405460ab9f2bd9e262d49fe42a3f
tree6944e65436a2be94ab198a239f0945c8334facb9
parentba132e9e521218efc5d35aa5f7a024cba93f5e29
Fix aberrant behaviours in check_http:

check_http used to ignore many parameters with check combinations - sometimes
even time thresholds(!!)

With this commit as long as a response is received *all* checks are performed
on it.

This fixes #1460312 plus a number of other issues I discovered over time.
plugins/check_http.c