]> git.kaiwu.me - haproxy.git/commit
CLEANUP: cache: remove redundant res_htx assignment in http_cache_io_handler()
authorWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 13:27:06 +0000 (15:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 May 2026 14:04:19 +0000 (16:04 +0200)
commit827defccda290bd299838ff24ce4871d5c435747
tree5d6cc9f5118fee1e23eb271b7d5ada19b9ce6321
parentadb9a5f82f9e246ecdd0f45e9930932451d388e5
CLEANUP: cache: remove redundant res_htx assignment in http_cache_io_handler()

It's probably a leftover of an old check, res_htx is assigned twice the
same way. Let's just drop one.
src/cache.c