]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: cache: remove wrong comment
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 20 Nov 2017 18:13:15 +0000 (19:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 18:22:27 +0000 (19:22 +0100)
src/cache.c

index 8dd460681eef24fc1c4682ab8e43924debd338c7..545271dadf69eef32194af7e525efbfb5b000a9c 100644 (file)
@@ -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;