From: Mike Rumph Date: Thu, 3 Dec 2015 18:16:11 +0000 (+0000) Subject: Generated doc changes X-Git-Tag: 2.4.18~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9af1cb1a9f841591c9c3c0b3dabed14ef45d8ce;p=apache Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717824 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 855725ee01..57ad5cba3d 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -390,8 +390,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.

@@ -403,15 +403,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
 H2PushPriority image/jpeg before           # weight 256 default
 H2PushPriority text/css   interleaved      # weight 256 default