BUG/MINOR: stream-int: do not clear the owner upon unregister
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Dec 2013 20:06:18 +0000 (21:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Dec 2013 20:33:37 +0000 (21:33 +0100)
commit61f7f0a959c7739ee322cb1809944cbc5b70463f
tree7fe87d633353240fa0385f9aedc3d8ccd0a124fe
parent983eb31fd197abc3082f0d3691059adae595d534
BUG/MINOR: stream-int: do not clear the owner upon unregister

Since the applet rework and the removal of the inter-task applets,
we must not clear the stream-interface's owner task anymore otherwise
we risk a crash when maintaining keep-alive with an applet. This is
not possible right now so there is no impact yet, but this bug is not
easy to track down. No backport is needed.
src/stream_interface.c