]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 May 2019 20:04:36 +0000 (22:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:12 +0000 (07:42 +0200)
commit429b91d308d29934425a1ff8ee1eb0a54c8f492c
tree89f8adbeb0aee1e8be8b8bb2d4c3c86985060416
parentb01302f9ac3f79a405f3100b9bdb4ae900c5e563
MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead

The macro IS_HTX_SMP() is only used at a place, in a context where the stream
always exists. So, we can remove it to use IS_HTX_STRM() instead.
include/proto/proto_http.h
src/payload.c