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.
void stream_int_unregister_handler(struct stream_interface *si)
{
si_detach(si);
- si->owner = NULL;
}
/* This callback is used to send a valid PROXY protocol line to a socket being