]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo spotted on online doc by Gerard H. Pille.
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 22 May 2014 21:15:34 +0000 (21:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 22 May 2014 21:15:34 +0000 (21:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1596970 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_ajp.html.en
docs/manual/mod/mod_proxy_ajp.xml

index fa78da7cadc73647617aa383b98627086423f3a4..7097677c2695eef56589a904cd6a50c013911333 100644 (file)
@@ -456,7 +456,7 @@ attribute_value := (string)</pre></div>
     header names.  If the first byte is not <code>0xA0</code>, it assumes that
     the two-byte integer is the length of a string, which is then read in.</p>
     <p>This works on the assumption that no header names will have length
-    greater than <code>0x9999 (==0xA000 - 1)</code>, which is perfectly
+    greater than <code>0x9FFF (==0xA000 - 1)</code>, which is perfectly
     reasonable, though somewhat arbitrary.</p>
     <div class="note"><h3>Note:</h3>
     The <code>content-length</code> header is extremely
index 6ff0deaef920a41223ae3eb5f37dbce1c24327c0..5f22c2bc408f9fe572414b9aea3c27f8713e46c9 100644 (file)
@@ -446,7 +446,7 @@ attribute_value := (string)
     header names.  If the first byte is not <code>0xA0</code>, it assumes that
     the two-byte integer is the length of a string, which is then read in.</p>
     <p>This works on the assumption that no header names will have length
-    greater than <code>0x9999 (==0xA000 - 1)</code>, which is perfectly
+    greater than <code>0x9FFF (==0xA000 - 1)</code>, which is perfectly
     reasonable, though somewhat arbitrary.</p>
     <note><title>Note:</title>
     The <code>content-length</code> header is extremely