]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Tweak the 257th byte bug... happens at the 256th byte as well.
authordgaudet <dgaudet@unknown>
Sun, 21 Dec 1997 08:18:13 +0000 (08:18 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 21 Dec 1997 08:18:13 +0000 (08:18 +0000)
Reviewed by: Jim Jagielski, Brian Behlendorf

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79754 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/known_client_problems.html

index 7da780013a3f87a79e5978f471811b594cc01a0e..2910924bad5be0f787dc8ab3094bd0dc2c2b977a 100644 (file)
@@ -129,11 +129,11 @@ This workaround is available in 1.2.2, and in a
 
 <p>All versions of Navigator from 2.0 through 4.0b2 (and possibly later)
 have a problem if the trailing CRLF of the response header starts at
-the 256th or 257th byte of the response.  A BrowserMatch for this would
+offset 256, 257 or 258 of the response.  A BrowserMatch for this would
 match on nearly every hit, so the workaround is enabled automatically
 on all responses.  The workaround is to detect when this condition would
 occur in a response and add extra padding to the header to push the
-trailing CRLF past the 257th byte of the response.
+trailing CRLF past offset 258 of the response.
 
 <a name="boundary-string"><h3>Multipart responses and Quoted Boundary Strings</h3></a>