summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-11-03 12:18:41 +0000
committerJan Lehnardt <jan@apache.org>2010-11-03 12:18:41 +0000
commite29a0ad2dbc9a4fbb1e76741c251693a8e44c7e9 (patch)
treedff4abfb2c91477b30f3d653eace82cb7923b9f0 /src
parenta615efe543c290b4611fa7aa8313af2291df2c3f (diff)
We don't have MOVE requests. No need to track them.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1030432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/priv/stat_descriptions.cfg.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/priv/stat_descriptions.cfg.in b/src/couchdb/priv/stat_descriptions.cfg.in
index 5c972ddf..b80d7684 100644
--- a/src/couchdb/priv/stat_descriptions.cfg.in
+++ b/src/couchdb/priv/stat_descriptions.cfg.in
@@ -32,7 +32,6 @@
{httpd_request_methods, 'DELETE', "number of HTTP DELETE requests"}.
{httpd_request_methods, 'GET', "number of HTTP GET requests"}.
{httpd_request_methods, 'HEAD', "number of HTTP HEAD requests"}.
-{httpd_request_methods, 'MOVE', "number of HTTP MOVE requests"}.
{httpd_request_methods, 'POST', "number of HTTP POST requests"}.
{httpd_request_methods, 'PUT', "number of HTTP PUT requests"}.