diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-01-03 20:06:09 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-01-03 20:06:09 +0000 |
commit | 59781d66ce6e40e99676da0b188b11669a6dab92 (patch) | |
tree | 9c10846e833c264e0e46cbe6be82c4e1ce3a1c64 /src | |
parent | a27b0b7e48dafd6c3a889c0dd65e0e94e0fc57e4 (diff) | |
download | nginx-59781d66ce6e40e99676da0b188b11669a6dab92.tar.gz nginx-59781d66ce6e40e99676da0b188b11669a6dab92.zip |
axe useless code
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index d0e27e995..4056232eb 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -688,12 +688,6 @@ destination_done: overwrite_done: - 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, |