]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix 'unknown http status code in reply' for status 408 replies
authorwessels <>
Wed, 25 Apr 2007 05:13:25 +0000 (05:13 +0000)
committerwessels <>
Wed, 25 Apr 2007 05:13:25 +0000 (05:13 +0000)
commitb004a7fc048c339d529fee5229796650aa2f9ea9
treeabfeffede2ccef6852c7cc92c914b8e308f220ac
parenta14211a7228b31c9803be63bad9b8b62b80aa65f
Fix 'unknown http status code in reply' for status 408 replies

HttpStateData::cacheableReply complains about HTTP status codes
that aren't in the switch list.  I've added 408 (HTTP_REQUEST_TIMEOUT)
and others that were missing.
src/http.cc