From 1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 Jan 2023 12:59:30 +0100 Subject: Update dev dependencies (#4993) Related to https://github.com/FreshRSS/FreshRSS/pull/4991 Required a few changes in code to pass the tests --- lib/http-conditional.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http-conditional.php') diff --git a/lib/http-conditional.php b/lib/http-conditional.php index 853fdf983..6c7c89d32 100644 --- a/lib/http-conditional.php +++ b/lib/http-conditional.php @@ -7,7 +7,7 @@ - Possibility to control cache for client and proxies (public or private policy, life time). - When $feedMode is set to true, in the case of a RSS/ATOM feed, it puts a timestamp in the global variable $clientCacheDate to allow the sending of only the articles newer than the client's cache. - - When $compression is set to true, compress the data before sending it to the client and persitent connections are allowed. + - When $compression is set to true, compress the data before sending it to the client and persistent connections are allowed. - When $session is set to true, automatically checks if $_SESSION has been modified during the last generation the document. Interface: -- cgit v1.2.3