On Fri, 19 Feb 2010, Riccardo Castellani wrote:
I'm using Squid 2.7 STABLE3 and I noted my software sends http Request =
where there is written:
POST http://www.inps.it/...
...
Expect: 100-Continue
Squid answers saying :
HTTP/1.0 417 Expectation failed
...
X-Squid-Error: ERR_INVALID_REQ 0
Squid uses Expect request ?!
How Can I solve it ?
In the 2.7 series (though I am not sure when it was introduced so you may
need to upgrade) you can use the option
ignore_expect_100 on
which tells squid to ignore the header and hope the client continues
regardless. It is somewhat broken behaviour, but if you are lucky it might
fix your problem.
Michael Young