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;