commit | 0ce17d2b5b2b1ea38e729a3fc0c32b7f8906c02a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Sun Dec 30 10:19:32 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Sun Dec 30 10:19:32 2007 +0000 |
tree | 559ef1c093819f718d42d0faf9e1be8ff3829336 | |
parent | ab325357f90f5b41487c3fb9852bfae696b28223 [diff] |
axe useless code
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 8c45e64..d1b9b35 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c
@@ -354,12 +354,6 @@ return NGX_HTTP_UNSUPPORTED_MEDIA_TYPE; } - rc = ngx_http_discard_request_body(r); - - if (rc != NGX_OK) { - return rc; - } - ngx_http_map_uri_to_path(r, &path, &root, 0); ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,