mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
$r->discard_request_body
This commit is contained in:
parent
832571f0fc
commit
03afa34c96
@ -424,6 +424,17 @@ request_body_file(r)
|
||||
ST(0) = TARG;
|
||||
|
||||
|
||||
void
|
||||
discard_request_body(r)
|
||||
CODE:
|
||||
|
||||
ngx_http_request_t *r;
|
||||
|
||||
ngx_http_perl_set_request(r);
|
||||
|
||||
ngx_http_discard_request_body(r);
|
||||
|
||||
|
||||
void
|
||||
header_out(r, key, value)
|
||||
CODE:
|
||||
|
Loading…
Reference in New Issue
Block a user