commit | bb772d09f579cc366c0aadf832ad3f9efffee983 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 22 15:28:36 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | e82c575c215febc504e737fd379390102d0ae8b2 | |
parent | 9388204db1aa92e172a2eba1210fc803703f3132 [diff] |
REORG: Initialize the conn-stream by hand in cs_init() The function cs_init() is only called by cs_new(). The conn-stream initialization will be reviewed. It is easier to do it in cs_new() instead of using a dedicated function. cs_new() is pretty simple, there is no reason to split the code in this case.