From: wessels <> Date: Fri, 13 Mar 1998 12:47:11 +0000 (+0000) Subject: add line for POST/PUT missing content-length X-Git-Tag: SQUID_3_0_PRE1~3846 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995fee98e37bfdff89f967846456b622b675f53a;p=thirdparty%2Fsquid.git add line for POST/PUT missing content-length --- diff --git a/errors/English/ERR_INVALID_REQ b/errors/English/ERR_INVALID_REQ index ac94eae374..62b5dde0a3 100644 --- a/errors/English/ERR_INVALID_REQ +++ b/errors/English/ERR_INVALID_REQ @@ -24,8 +24,8 @@ Some aspect of the HTTP Request is invalid. Possible problems:
  • Missing or unknown request method (GET, POST)
  • Missing URL
  • Missing HTTP Identifier (HTTP/1.0) -
  • Request may be too large. -
  • +
  • Request may be too large +
  • Content-Length missing for POST or PUT requests
  • Illegal character in hostname; underscores are not allowed