]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: factor out the stream update functions
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 08:39:16 +0000 (10:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 16:07:16 +0000 (18:07 +0200)
commit452c7d5d936a7eed60bbd9f2758c525b942eb165
treec1e9b2ecc92f1b6b6850017ad632c09a2a4dee88
parent25f1310f33c3615e95da86e0c34ba6d81dc13223
MEDIUM: stream-int: factor out the stream update functions

Now that we have a generic stream_int_update() function, we can
replace the equivalent part in stream_int_update_conn() and
stream_int_update_applet() to avoid code duplication.

There is no functional change, as the code is the same but split
in two functions for each call.
src/stream_interface.c