]> 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 20:22:18 +0000 (20:22 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 22 May 2014 20:22:18 +0000 (20:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596962 13f79535-47bb-0310-9956-ffa450edef68

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

index f0f5b6bc1c124d674b5ea33d2144fb5faca63137..40bcd6333d3034857d354bb4e2cafbc5acbf4534 100644 (file)
@@ -449,7 +449,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 01895f2c35c93c4bec7b706fa2a5c2c311362c60..f358cfb1384426a4ac0667028e0e5498ac1f90fe 100644 (file)
@@ -448,7 +448,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