]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: channel: remove any reference of the hijackers
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 22:05:39 +0000 (23:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2012 22:05:39 +0000 (23:05 +0100)
commitb31c971befa817ac567a25c8b7bdf0118ea25b41
treeed8fff65f52b55971d2ae8c1350fc72b2c1efa35
parent50fc7777c645ee1f647181f27aaad06778d9f55d
CLEANUP: channel: remove any reference of the hijackers

Hijackers were functions designed to inject data into channels in the
distant past. They became unused around 1.3.16, and since there has
not been any user of this mechanism to date, it's uncertain whether
the mechanism still works (and it's not really useful anymore). So
better remove it as well as the pointer it uses in the channel struct.
include/proto/channel.h
include/types/channel.h
src/session.c
src/stream_interface.c