From: Willy Tarreau Date: Thu, 23 Apr 2026 12:37:33 +0000 (+0200) Subject: Revert "BUG/MINOR: stream: add the newly added SF_TXN_* flags to strm_show_flags()" X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=72b5bf72855f0cc1fcfd4c410342d412f2db6df7;p=thirdparty%2Fhaproxy.git Revert "BUG/MINOR: stream: add the newly added SF_TXN_* flags to strm_show_flags()" This reverts commit 3c63298acdb298ed2cf18cde0b47c361ed7fdd8c. Christopher and I had the same idea at the same moment, no need for two fixes! --- diff --git a/include/haproxy/stream-t.h b/include/haproxy/stream-t.h index 6b3b629e1..e39167ba0 100644 --- a/include/haproxy/stream-t.h +++ b/include/haproxy/stream-t.h @@ -112,8 +112,6 @@ static forceinline char *strm_show_flags(char *buf, size_t len, const char *deli _(SF_WEBSOCKET, _(SF_SRC_ADDR, _(SF_BC_MARK, _(SF_BC_TOS, _(SF_RULE_FYIELD)))))))); - _e(SF_TXN_MASK, SF_TXN_HTTP, _e(SF_TXN_MASK, SF_TXN_PCLI)); - _e(SF_FINST_MASK, SF_FINST_R, _e(SF_FINST_MASK, SF_FINST_C, _e(SF_FINST_MASK, SF_FINST_H, _e(SF_FINST_MASK, SF_FINST_D, _e(SF_FINST_MASK, SF_FINST_L, _e(SF_FINST_MASK, SF_FINST_Q,