From: William Lallemand Date: Mon, 20 Nov 2017 18:13:15 +0000 (+0100) Subject: CLEANUP: cache: remove wrong comment X-Git-Tag: v1.8.0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eee5c39715cb79566c6e33453a82421ef8e49e5d;p=thirdparty%2Fhaproxy.git CLEANUP: cache: remove wrong comment --- diff --git a/src/cache.c b/src/cache.c index 8dd460681e..545271dadf 100644 --- a/src/cache.c +++ b/src/cache.c @@ -132,8 +132,6 @@ cache_store_http_headers(struct stream *s, struct filter *filter, struct http_ms { 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;