$r->discard_request_body

This commit is contained in:
Igor Sysoev 2007-08-06 15:38:08 +00:00
parent 695ba73268
commit cff9ac37b3

View file

@ -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: