]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add line for POST/PUT missing content-length
authorwessels <>
Fri, 13 Mar 1998 12:47:11 +0000 (12:47 +0000)
committerwessels <>
Fri, 13 Mar 1998 12:47:11 +0000 (12:47 +0000)
errors/English/ERR_INVALID_REQ

index ac94eae374b1b7f89c856bec4c70abad45d84916..62b5dde0a35c8eaa183eddcf5dc588746a136d58 100644 (file)
@@ -24,8 +24,8 @@ Some aspect of the HTTP Request is invalid.  Possible problems:
 <LI>Missing or unknown request method (GET, POST)
 <LI>Missing URL
 <LI>Missing HTTP Identifier (HTTP/1.0)
-<LI>Request may be too large.
-<LI>
+<LI>Request may be too large
+<LI>Content-Length missing for POST or PUT requests
 <LI>Illegal character in hostname; underscores are not allowed
 </UL>
 </P>