DOC: early-hints: fix truncated line.

This commit is contained in:
Frdric Lcaille 2018-11-13 09:42:13 +01:00 committed by Willy Tarreau
parent 06f5b6435b
commit 3aac1068f7
1 changed files with 2 additions and 1 deletions

View File

@ -4136,7 +4136,8 @@ http-request early-hint <name> <fmt> [ { if | unless } <condition> ]
This appends an HTTP header field to this response whose name is specified in
<name> and whose value is defined by <fmt> 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.