]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Bugzilla #463: GET requests with request entity fail
authorhno <>
Fri, 15 Nov 2002 20:12:36 +0000 (20:12 +0000)
committerhno <>
Fri, 15 Nov 2002 20:12:36 +0000 (20:12 +0000)
commit813e5da197d57aaba7ebe5480e6031d48c2a3563
tree5188523baaf17bae929f6337542a6661f54b789f
parentf23f96e62d364a80ea46b2d27537c543accc65d7
Bugzilla #463: GET requests with request entity fail

This patch adds a new squid.conf directive "request_entities on/off".
If set to "on" then Squid will allow GET/HEAD requests with request
entities, even if such entites are "undefined" in the HTTP specification.

Technically speaking Squid is violating the HTTP specification when
not allowing such requests. The official way to handle such requests
is that the server should ignore the request entity.
src/cf.data.pre
src/client_side.cc
src/structs.h