commit | 452c7d5d936a7eed60bbd9f2758c525b942eb165 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 10:39:16 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 25 18:07:16 2015 +0200 |
tree | c1e9b2ecc92f1b6b6850017ad632c09a2a4dee88 | |
parent | 25f1310f33c3615e95da86e0c34ba6d81dc13223 [diff] |
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.