]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h1: Remove unneeded null check
authorEgor Shestakov <egor@ved1.me>
Wed, 18 Feb 2026 14:43:30 +0000 (14:43 +0000)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 19 Feb 2026 07:20:37 +0000 (08:20 +0100)
commit6ab86ca14ceab5f1bdb376053e886e31f0dc846a
tree44af88116f8beacd087fc182e8ecb07670b8edbd
parent5a079d1811786aa72bd1d5abf1311b0500c1f163
CLEANUP: mux-h1: Remove unneeded null check

Since 3.1 a task is always created when H1 connections initialize, so
the later null check before task_queue() became unneeded.

Could be backported with 3c09b3432 (BUG/MEDIUM: mux-h1: Fix how timeouts
are applied on H1 connections).
src/mux_h1.c