commit | 693b23bb102ada09b2324804ababc3279d938589 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 09:09:05 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 28 17:13:36 2022 +0100 |
tree | ae9a0cbc5c016a0d59bbb4dd46a43ca85e9ad916 | |
parent | e645d88c6b55bccc0a1c4046cd993c73762560c4 [diff] |
MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant The unsafe conn-stream API (__cs_*) is now used when we are sure the good endpoint or application is attached to the conn-stream. This avoids compiler warnings about possible null derefs. It also simplify the code and clear up any ambiguity about manipulated entities.