diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-08-06 15:37:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-08-06 15:37:22 +0000 |
| commit | 832571f0fc6c94471d55f3a73e5fa154d0bd2b1c (patch) | |
| tree | 8ec68f3336b0013d6dfba77660100c215d282a14 /src/http/ngx_http.h | |
| parent | ce6bcc0795d50874a44619ce23cc9ddd4295e88d (diff) | |
| download | nginx-832571f0fc6c94471d55f3a73e5fa154d0bd2b1c.tar.gz nginx-832571f0fc6c94471d55f3a73e5fa154d0bd2b1c.tar.bz2 | |
rename ngx_http_discard_body() to ngx_http_discard_request_body()
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index be6da0f68..8b04b7a35 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -98,7 +98,7 @@ size_t ngx_http_get_time(char *buf, time_t t); -ngx_int_t ngx_http_discard_body(ngx_http_request_t *r); +ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r); void ngx_http_block_reading(ngx_http_request_t *r); |
