]> git.kaiwu.me - haproxy.git/commit
CLEANUP: haterm: Remove useless IS_HTX_SC() test
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 13:51:24 +0000 (15:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:36:34 +0000 (18:36 +0200)
commit3f7b2023c9e8a8d4e130e8fcdae392060add3fb8
tree44cd713d702409c2b2bc3047f37ae154c94f0448
parentf19312ab4b46ae9f4ddd01b2294c9b2f454003d6
CLEANUP: haterm: Remove useless IS_HTX_SC() test

Haterm is an HTTP endpoint. No reason to test if its sc is an HTX sc or
not. Let's remove Is_HTX_SC() test.
src/haterm.c