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

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

index 1a1dcc30a3032362ef075acd48e2f5aacb203057..e038fa6aa3d1dff13b2cc9fd5008f31ba9316e92 100644 (file)
@@ -451,7 +451,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 d39bd1293a02802f3811f6d549465d66f55c772f..4f4727136ad79da91777948bd1df774f0bc9d4f5 100644 (file)
@@ -449,7 +449,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