commit | bd90a165643d1178b45ea167423d6c51346f867b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 10 16:40:27 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 10 16:45:36 2023 +0200 |
tree | 9c63594e18de23e446349f789eef8f2436922b0a | |
parent | b1368adcc781b3da4fd631566e14513f6e819fa3 [diff] |
MEDIUM: stream: Resync analyzers at the end of process_stream() on change At the end of process_stream(), if there was any change on request/response analyzers, we now trigger a resync. It is performed if any analyzer is added but also removed. It should help to catch internal changes on a stream and eventually avoid it to be frozen. There is no reason to backport this patch. But it may be good to keep an eye on it, just in case.