Index: src/HttpRequestMethod.cc =================================================================== RCS file: /squid/squid3/src/HttpRequestMethod.cc,v retrieving revision 1.1 diff -u -r1.1 HttpRequestMethod.cc --- src/HttpRequestMethod.cc 8 May 2006 23:38:33 -0000 1.1 +++ src/HttpRequestMethod.cc 3 Mar 2007 14:55:50 -0000 @@ -67,6 +67,9 @@ "UNSUBSCRIBE", "POLL", "REPORT", + "MKACTIVITY", + "CHECKOUT", + "MERGE", "%EXT00", "%EXT01", "%EXT02", Index: src/HttpRequestMethod.h =================================================================== RCS file: /squid/squid3/src/HttpRequestMethod.h,v retrieving revision 1.3 diff -u -r1.3 HttpRequestMethod.h --- src/HttpRequestMethod.h 10 May 2006 21:03:04 -0000 1.3 +++ src/HttpRequestMethod.h 3 Mar 2007 14:55:51 -0000 @@ -64,6 +64,9 @@ METHOD_UNSUBSCRIBE, METHOD_POLL, METHOD_REPORT, + METHOD_MKACTIVITY, + METHOD_CHECKOUT, + METHOD_MERGE, METHOD_EXT00, METHOD_EXT01, METHOD_EXT02,