mirror of
https://github.com/nginx/nginx.git
synced 2024-12-04 22:09:01 +08:00
axe unused code
This commit is contained in:
parent
7392524ca0
commit
446abc3b4d
@ -200,24 +200,6 @@ ngx_http_perl_handler(ngx_http_request_t *r)
|
||||
ngx_http_perl_handle_request(r);
|
||||
|
||||
return NGX_DONE;
|
||||
|
||||
#if 0
|
||||
r->request_body_in_single_buf = 1;
|
||||
r->request_body_in_persistent_file = 1;
|
||||
r->request_body_delete_incomplete_file = 1;
|
||||
|
||||
if (r->request_body_in_file_only) {
|
||||
r->request_body_file_log_level = 0;
|
||||
}
|
||||
|
||||
rc = ngx_http_read_client_request_body(r, ngx_http_perl_handle_request);
|
||||
|
||||
if (rc >= NGX_HTTP_SPECIAL_RESPONSE) {
|
||||
return rc;
|
||||
}
|
||||
|
||||
return NGX_DONE;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user