From 31193339139c28ea471adbf4572e78f0cfcdd5d5 Mon Sep 17 00:00:00 2001 From: Mike Rumph <mrumph@apache.org> Date: Thu, 3 Dec 2015 18:02:44 +0000 Subject: [PATCH] Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717819 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_http2.html.en | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 639246a58d..28b555de72 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -390,8 +390,8 @@ </div> <p> This says that any pushed stream of content type 'application/json' - should be send out <em>before</em> X. This makes P1 dependant - on Y and X dependant on P1. So, X will be stalled as long as + should be send out <em>before</em> 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. </p> @@ -403,15 +403,15 @@ </p> <p> Last, but not least, there are some specifics of the syntax - to be used in this directive. - <ol> - <li>'*' is the only special content-type that matches all oither. - 'image/*' will not work.</li> - <li>The default dependency is 'After'. </li> - <li>There are also default weights: for 'After' it is 16, otherwise 256. - </li> - </ol> - </p> + to be used in this directive: + </p> + <ol> + <li>'*' is the only special content-type that matches all others. + 'image/*' will not work.</li> + <li>The default dependency is 'After'. </li> + <li>There are also default weights: for 'After' it is 16, otherwise 256. + </li> + </ol> <div class="example"><h3>Shorter Priority Rules</h3><pre class="prettyprint lang-config">H2PushPriority application/json 32 # an After rule H2PushPriority image/jpeg before # weight 256 default H2PushPriority text/css interleaved # weight 256 default</pre> -- 2.40.0