From 372808d4688541fcb85d849538847dbf9471c0cc Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Thu, 25 Feb 2016 19:30:10 +0000 Subject: [PATCH] documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1732352 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_http2.html.en | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 097f42c364..fb8c6c30c8 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -409,10 +409,10 @@ Link headers in responses are either set by the application or can be configured via mod_headers as:

-

mod_headers example

                    <Location /index.html>
-                    Header add Link "</css/site.css>;rel=preload"
-                    Header add Link "</images/logo.jpg>;rel=preload"
-                    </Location>
+

mod_headers example

<Location /index.html>
+    Header add Link "</css/site.css>;rel=preload"
+    Header add Link "</images/logo.jpg>;rel=preload"
+</Location>

As the example shows, there can be several link headers added @@ -581,9 +581,9 @@

  • There are also default weights: for 'After' it is 16, 'interleaved' is 256.
  • -

    Shorter Priority Rules

                        H2PushPriority application/json 32         # an After rule
    -                    H2PushPriority image/jpeg before           # weight inherited
    -                    H2PushPriority text/css   interleaved      # weight 256 default
    +

    Shorter Priority Rules

    H2PushPriority application/json 32         # an After rule
    +H2PushPriority image/jpeg before           # weight inherited
    +H2PushPriority text/css   interleaved      # weight 256 default
    -- 2.40.0