]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: remove all calls to http_silent_debug()
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 06:24:38 +0000 (08:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:29 +0000 (23:15 +0200)
commit3ce10ff9f085af40cb99bb2c9a6b984e00879549
tree454f64522f60019083d1ecc18e3757f6ae9e3ed1
parentd35102186067d2200a434cda7c5004896708259f
CLEANUP: http: remove all calls to http_silent_debug()

This macro has long remained unused and calls are unevenly spread over
the code, so it's totally useless and pollutes the code. Remove it now.
src/proto_http.c