commit | eee5c39715cb79566c6e33453a82421ef8e49e5d | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Mon Nov 20 19:13:15 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 20 19:22:27 2017 +0100 |
tree | bcaca0dcfcb3690c8a5aec1958998e1a5b1c4619 | |
parent | 71bd11a1f3764d693adc38b9667482a0e31a09fe [diff] |
CLEANUP: cache: remove wrong comment
diff --git a/src/cache.c b/src/cache.c index 8dd4606..545271d 100644 --- a/src/cache.c +++ b/src/cache.c
@@ -132,8 +132,6 @@ { struct cache_st *st = filter->ctx; - /* end of headers, exclude the final \r\n allow to forward the final - * \r\n in the data filter */ if (!(msg->chn->flags & CF_ISRESP) || !st) return 1;