]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream_interface: remove the external task type target
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 22:14:16 +0000 (23:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 22:14:16 +0000 (23:14 +0100)
commit128b03c9ab55a5d7b43497bf859d62e6c423285f
tree54a4e897fd7b35a08a4e2e117f271f23d111b682
parentb31c971befa817ac567a25c8b7bdf0118ea25b41
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.
include/proto/connection.h
include/proto/stream_interface.h
include/types/connection.h
src/stream_interface.c