commit | 1fbe1c9ec83e7cdcbcd6e0f902277039900adfb5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 01 09:35:41 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:23 2013 +0100 |
tree | ae840ad12345b393f56e72e341a4456ff0a5f364 | |
parent | 7b4b499fde4d63db45148d3460ff060eb3378054 [diff] |
MEDIUM: stream-int: return the allocated appctx in stream_int_register_handler() The task returned by stream_int_register_handler() is never used, however we always need to access the appctx afterwards. So make it return the appctx instead. We already plan for it to fail, which is the reason for the addition of a few tests and the possibility for the HTTP analyser to return a status code 500.