From 947beb95dd176335e269cb6807e9f36be8bf15ee Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Thu, 3 Dec 2015 18:12:08 +0000 Subject: [PATCH] Satisfy XML validation and fix some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717823 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_http2.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 206550410a..f4a17dc03e 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -272,8 +272,8 @@

This says that any pushed stream of content type 'application/json' - should be send out before X. This makes P1 dependant - on Y and X dependant on P1. So, X will be stalled as long as + should be send out before X. This makes P1 dependent + on Y and X dependent on P1. So, X will be stalled as long as P1 has data to send. The effective weight is calculated as in the interleaved case.

@@ -285,15 +285,15 @@

Last, but not least, there are some specifics of the syntax - to be used in this directive. -

    -
  1. '*' is the only special content-type that matches all oither. - 'image/*' will not work.
  2. -
  3. The default dependency is 'After'.
  4. -
  5. There are also default weights: for 'After' it is 16, otherwise 256. -
  6. -
-

+ to be used in this directive: +

+
    +
  1. '*' is the only special content-type that matches all others. + 'image/*' will not work.
  2. +
  3. The default dependency is 'After'.
  4. +
  5. There are also default weights: for 'After' it is 16, otherwise 256. +
  6. +
Shorter Priority Rules H2PushPriority application/json 32 # an After rule -- 2.40.0