]> git.kaiwu.me - haproxy.git/commit
MINOR: compression: prefix compression oriented functions with "comp_"
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 15 Apr 2026 10:21:14 +0000 (12:21 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 17 Apr 2026 06:26:56 +0000 (08:26 +0200)
commit4945d02c99f0547b3783a3d1c792db6a535c56a2
treecbfe84e9520a793a8f84d85dbf64c27b8410540e
parent2cba79a66a08e8358dd0df740321010e825417f8
MINOR: compression: prefix compression oriented functions with "comp_"

add comp_ prefix to all compression related functions, in anticipation
of decompression functions that will be integrated in the same file, so
we don't get mixed up between the two.

No change of behavior expected.
src/compression.c