]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpRequestMethod.cc
extension_methods directive is now obsolete.
authoramosjeffries <>
Tue, 12 Feb 2008 07:05:11 +0000 (07:05 +0000)
committeramosjeffries <>
Tue, 12 Feb 2008 07:05:11 +0000 (07:05 +0000)
commitc255af72ec10876363e835dde0bac17816929f87
treea3d3a777f71b6ce7dcc3f23a111ad2720da7700f
parent7b270d4cecb480be29648d472ff70e8297a6ecc3
extension_methods directive is now obsolete.
METHOD_OTHER type now cleanly handles unknown methods in squid.

Part 1:
  - removes the directive from squid default config.
  - removes the placeholder EXT methods enumerations
  - deprecates the code which previously handled config parsing.

part 2: (TODO)
 - needs to cleanup the remaining enumerated methods to reduce
   memory footprint
src/HttpRequestMethod.cc
src/HttpRequestMethod.h
src/cf.data.pre