mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
axe useless code
This commit is contained in:
parent
a27b0b7e48
commit
59781d66ce
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user