haproxy/include
Thierry FOURNIER afa80496db MEDIUM: actions: Normalize the return code of the configuration parsers
This patch normalize the return code of the configuration parsers. Before
these changes, the tcp action parser returned -1 if fail and 0 for the
succes. The http action returned 0 if fail and 1 if succes.

The normalisation does:
 - ACT_RET_PRS_OK for succes
 - ACT_RET_PRS_ERR for failure
2015-08-20 17:13:47 +02:00
..
common CLEANUP: appsession: remove the last include files 2015-08-10 19:42:30 +02:00
import MEDIUM: 51Degrees code refactoring and cleanup 2015-06-30 10:43:03 +02:00
proto MINOR: actions: mutualise the action keyword lookup 2015-08-20 17:13:47 +02:00
types MEDIUM: actions: Normalize the return code of the configuration parsers 2015-08-20 17:13:47 +02:00