comparison src/http/modules/perl/nginx.xs @ 1371:7dbdf47cdcba

$r->discard_request_body
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Aug 2007 15:38:08 +0000
parents a77f6980de50
children 2cc9b6651f75
comparison
equal deleted inserted replaced
1370:cc114c85be0f 1371:7dbdf47cdcba
423 423
424 ST(0) = TARG; 424 ST(0) = TARG;
425 425
426 426
427 void 427 void
428 discard_request_body(r)
429 CODE:
430
431 ngx_http_request_t *r;
432
433 ngx_http_perl_set_request(r);
434
435 ngx_http_discard_request_body(r);
436
437
438 void
428 header_out(r, key, value) 439 header_out(r, key, value)
429 CODE: 440 CODE:
430 441
431 ngx_http_request_t *r; 442 ngx_http_request_t *r;
432 SV *key; 443 SV *key;