commit | 10c9c74cd1907d73a7972df1173044d29f2a0886 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 01 15:16:57 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 01 15:22:05 2022 +0100 |
tree | 53a43ce06e60d8681ea1ebca1370841266a49675 | |
parent | 0dc70ab799f55f044f976b325f64f8ac246585e2 [diff] |
CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() Since the recent refactoring on the conn-streams, a stream has always a defined frontend and backend conn-streams. Thus, in stream_dump(), there is no reason to still test if these conn-streams are defined. In addition, still in stream_dump(), get the stream-interfaces using the conn-streams and not the opposite. This patch should fix issue #1589 and #1590.