From 40c7e19e48a50d2884b22181159ce982d148c243 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Fri, 4 Feb 2022 09:55:10 +0000 Subject: [PATCH] Merge of r1897753 from trunk: *) mod_http2: remove mention of Cache Digest functionality since the draft has been redacted for some time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897755 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_http2.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 4b54035377f..2df6af2a002 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -327,12 +327,10 @@ H2Push off section to influence the number for all connections to that virtual host.

- The push diary records a digest (currently using a 64 bit number) of pushed + The push diary records a digest of pushed resources (their URL) to avoid duplicate pushes on the same connection. These value are not persisted, so clients opening a new connection - will experience known pushes again. There is ongoing work to enable - a client to disclose a digest of the resources it already has, so - the diary maybe initialized by the client on each connection setup. + will experience known pushes again.

If the maximum size is reached, newer entries replace the oldest -- 2.47.2