]> git.kaiwu.me - haproxy.git/commit
MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Apr 2019 08:08:59 +0000 (10:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Apr 2019 20:06:53 +0000 (22:06 +0200)
commit209829f159f9d890e1826e3e3a81c19748e691f4
tree459a8e3fbc707fb14a4b6e926094a1024c7b4598
parent0e160ff5bb241ad3f4dc396dae3867d70a307a94
MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX

Instead of matching on the frontend options, we now check if the flag SF_HTX is
set or not on the stream to know if it is an HTX stream or not.
include/proto/proto_http.h