From: Mike Rumph Date: Mon, 7 Dec 2015 16:33:20 +0000 (+0000) Subject: Generated doc changes X-Git-Tag: 2.5.0-alpha~2558 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf621b627b38113b63f3136af4557f674c4c1ec;p=thirdparty%2Fapache%2Fhttpd.git Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1718421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 28b555de72c..e582f3ed5bf 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -386,14 +386,14 @@ get double the weight of X. With 128 only half as much. Note that effective weights are always capped at 256.

-

Before Priority Rule

H2PushPriority application/json Before 256
+

Before Priority Rule

H2PushPriority application/json Before

This says that any pushed stream of content type 'application/json' 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. + P1 has data to send. The effective weight is inherited from the + client stream. Specifying a weight is not allowed.

Be aware that the effect of priority specifications is limited @@ -409,11 +409,11 @@

  • '*' is the only special content-type that matches all others. 'image/*' will not work.
  • The default dependency is 'After'.
  • -
  • There are also default weights: for 'After' it is 16, otherwise 256. +
  • 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 256 default
    +H2PushPriority image/jpeg before           # weight inherited
     H2PushPriority text/css   interleaved      # weight 256 default