commit | 128b03c9ab55a5d7b43497bf859d62e6c423285f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 11 23:14:16 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 11 23:14:16 2012 +0100 |
tree | 54a4e897fd7b35a08a4e2e117f271f23d111b682 | |
parent | b31c971befa817ac567a25c8b7bdf0118ea25b41 [diff] |
CLEANUP: stream_interface: remove the external task type target Before connections were introduced, it was possible to connect an external task to a stream interface. However it was left as an exercise for the brave implementer to find how that ought to be done. The feature was broken since the introduction of connections and was never fixed since due to lack of users. Better remove this dead code now.