]> git.ipfire.org Git - thirdparty/haproxy.git/commit
Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist"
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Oct 2019 12:06:21 +0000 (13:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Oct 2019 12:09:14 +0000 (13:09 +0100)
commit2254b8ef4ad377a8723df2754120df1016cf22ee
tree7b6e67f35aaed8c177bd15fc5314f3e01d303c6d
parent20020ae804033e67675802031adcd0f3983f15ef
Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist"

This reverts commit 9e46496d45ff06317ae8f4f785e6117e5b786f6f. It was
wrong and is not reliable, depending on the compiler's version and
optimization, as the struct is assigned inside a statement, thus on
its own stack. It's not needed anymore now so let's remove this.
include/common/istbuf.h