]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: split stream_int_update_conn() into si- and conn-specific parts
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 08:50:59 +0000 (10:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 16:07:16 +0000 (18:07 +0200)
commit2f4e7020318ef41ccc9ecc252b75bdd6f2dc3418
tree72d5f471f92de356937378727feb3dbccd3eeb18
parent9994238adc2c1f1003f72eefe08e610c1baf1bf3
MEDIUM: stream-int: split stream_int_update_conn() into si- and conn-specific parts

The purpose is to separate the connection-specific parts so that the
stream-int specific one can be factored out. There's no functional
change here, only code displacement.
src/stream_interface.c