commit | 53fa787a076e6d9de5a3a7eb9a6b1bbc0831723b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 16 10:01:26 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 16 10:01:30 2022 +0100 |
tree | 6a8d9651e4afb70a5fb40826ea5eb2e11955cf69 | |
parent | fe14af30ecaf5a33d7dabf62f988b66937a15c49 [diff] |
BUG/MEDIUM: sink: Properly get the stream-int in appctx callback functions The appctx owner is not a stream-interface anymore. It is now a conn-stream. However, sink code was not updated accordingly. It is now fixed. It is 2.6-specific, no backport is needed.