]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 17:25:44 +0000 (19:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:15 +0000 (20:57 +0200)
commit21e5b0e3cbe6e53acdf4b8a171e029dcd479e985
treef6c1241205c9bb9eb207396322cf2f6ec5d67077
parent197e10aaae6194bb37d3c128fd8ea60964994ece
MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE

These ones were either unused or improperly used. Some integers were marked
read-only, which does not make much sense. Buffers are not read-only, they're
"constant" in that they must be kept intact after any possible change.
include/proto/acl.h
include/types/pattern.h
src/acl.c
src/backend.c
src/frontend.c
src/proto_http.c
src/protocols.c