$r->discard_request_body
This commit is contained in:
parent
695ba73268
commit
cff9ac37b3
1 changed files with 11 additions and 0 deletions
|
@ -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 a new issue