]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: htx: use ASSUME_NONNULL() to mark the start line as non-null
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2024 13:24:28 +0000 (14:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Dec 2024 16:47:57 +0000 (17:47 +0100)
commit143a1036969e7d025d93c3b8bd1d1f2dcbd44c3e
tree7b32670ee09365c1747ae6ed580282798e0d4ffd
parenta4f50c69e48e1e61aa4c81f82bb8aa500cab0c8f
CLEANUP: htx: use ASSUME_NONNULL() to mark the start line as non-null

In http_replace_req_uri(), this assumption was previously made using
ALREADY_CHECKED() but the new one is cleaner (and smaller, 24 bytes
less).
src/http_htx.c