diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-01-03 17:21:13 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-01-03 17:21:13 +0000 |
commit | 284f0daa92c97650a15e3fe330a0c4742ba22a00 (patch) | |
tree | 2422dc6732ec55a4d7f4453bc5a8bf2f76a11a31 /src/http/modules/ngx_http_dav_module.c | |
parent | deb073e2ca000c395c1b20eff0e09dd446238a2a (diff) | |
download | nginx-284f0daa92c97650a15e3fe330a0c4742ba22a00.tar.gz nginx-284f0daa92c97650a15e3fe330a0c4742ba22a00.zip |
style fix
Diffstat (limited to 'src/http/modules/ngx_http_dav_module.c')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 54178484d..e83d32105 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -588,7 +588,6 @@ ngx_http_dav_copy_move_handler(ngx_http_request_t *r) "Destination URI \"%V\" is handled by " "different repository than the source URI", &dest->value); - return NGX_HTTP_BAD_REQUEST; } @@ -605,7 +604,6 @@ invalid_destination: ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "client sent invalid \"Destination\" header: \"%V\"", &dest->value); - return NGX_HTTP_BAD_REQUEST; destination_done: @@ -637,7 +635,6 @@ destination_done: ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "client sent invalid \"Overwrite\" header: \"%V\"", &over->value); - return NGX_HTTP_BAD_REQUEST; } |