commit | fe14af30ecaf5a33d7dabf62f988b66937a15c49 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 16 09:52:10 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 16 09:52:13 2022 +0100 |
tree | 5f4db121ee08010ded05750e2cd7ec581d41f4a5 | |
parent | 9affa931cd38bfb7d59ddb4b9906da940258dceb [diff] |
BUG/MEDIUM: cli/debug: Properly get the stream-int in all debug I/O handlers The appctx owner is not a stream-interface anymore. It is now a conn-stream. In the cli I/O handler for the command "debug dev fd", we still handle it as a stream-interface. It is now fixed. It is 2.6-specific, no backport is needed.