summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_http2.xml
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2015-12-03 18:59:50 +0100
committerMike Rumph <mrumph@apache.org>2015-12-03 18:59:50 +0100
commit3bf386ebf37427c1f69ef203ecfd7c6b645255d7 (patch)
tree804d7e1aec8e258b969163d110d3937d0d2145c6 /docs/manual/mod/mod_http2.xml
parentFix missing Upgrade headers on OPTION * requests, PR58688 (diff)
downloadapache2-3bf386ebf37427c1f69ef203ecfd7c6b645255d7.tar.xz
apache2-3bf386ebf37427c1f69ef203ecfd7c6b645255d7.zip
Satisfy XML validation and fix some typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_http2.xml')
-rw-r--r--docs/manual/mod/mod_http2.xml22
1 files 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 @@
</example>
<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>
@@ -285,15 +285,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>
<example><title>Shorter Priority Rules</title>
<highlight language="config">
H2PushPriority application/json 32 # an After rule