From 3aac1068f7d844d49f8a91d47e1709387e95a509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Tue, 13 Nov 2018 09:42:13 +0100 Subject: [PATCH] DOC: early-hints: fix truncated line. --- doc/configuration.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 349dfab3d..d1606af0d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4136,7 +4136,8 @@ http-request early-hint [ { if | unless } ] This appends an HTTP header field to this response whose name is specified in and whose value is defined by which follows the log-format rules (see Custom Log Format in section 8.2.4). This is particularly useful to pass - to the client som + to the client some Link headers to preload resources required to render the + HTML documents. See RFC 8297 for more information.