comparison src/http/modules/ngx_http_dav_module.c @ 1821:252110065e0a

axe useless code
author Igor Sysoev <igor@sysoev.ru>
date Thu, 03 Jan 2008 20:06:09 +0000
parents 559fedc0c78a
children 935427c55e04
comparison
equal deleted inserted replaced
1820:559fedc0c78a 1821:252110065e0a
686 686
687 overwrite = 1; 687 overwrite = 1;
688 688
689 overwrite_done: 689 overwrite_done:
690 690
691 rc = ngx_http_discard_request_body(r);
692
693 if (rc != NGX_OK) {
694 return rc;
695 }
696
697 ngx_http_map_uri_to_path(r, &path, &root, 0); 691 ngx_http_map_uri_to_path(r, &path, &root, 0);
698 692
699 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 693 ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
700 "http copy from: \"%s\"", path.data); 694 "http copy from: \"%s\"", path.data);
701 695