]> git.ipfire.org Git - thirdparty/squid.git/commit
RFC-compliant object invalidation behaviour.
authorbenno@jeamland.net <>
Thu, 28 Aug 2008 05:12:17 +0000 (15:12 +1000)
committerbenno@jeamland.net <>
Thu, 28 Aug 2008 05:12:17 +0000 (15:12 +1000)
commit3cbbd242fd449863c0fee22f0cf51c11217254c6
treea022f617e5e8d768818f114ae0dc277d7af120dc
parentc2c10ff6323e29a81c4a5d0b892beb9acb49ef25
RFC-compliant object invalidation behaviour.

- Switch the default from not purging if the method is unknown to purging if
  the method is unknown.
- When purging URIs sourced from Location and Content-Location headers, make
  sure the URL is absolute before a) comparing it to see if hosts match and b)
  actually trying to find it in the store.
src/HttpRequestMethod.cc
src/Server.cc
src/protos.h
src/url.cc