]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: check the algo name "identity" instead of the function pointer
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Mar 2015 14:41:42 +0000 (15:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Mar 2015 14:43:17 +0000 (15:43 +0100)
commite7e49a8d0b87e345b9a3648c1aeaf651a0bed1f6
tree71a675b23f1ab4f10ca3c34db479a5f658d76356
parent2aee2215c908c6997addcd1714b5b10f73c0703d
MINOR: http: check the algo name "identity" instead of the function pointer

Next patch will statity all compression functions, so let's stop relying
on a function pointer comparison and use the algo name instead.
src/proto_http.c