summaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-19 16:12:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-19 16:12:13 +0000
commit801a35df3c43b4ceb88e9ad5aa69a4366d7b4051 (patch)
tree3f3b61c92a35081be83c11cdf69ebc9213e0b0e5 /src/http/ngx_http.h
parent7060e670f40ec36836400090529bd82c00461258 (diff)
downloadnginx-801a35df3c43b4ceb88e9ad5aa69a4366d7b4051.tar.gz
restore discard body handler after ngx_http_set_writer() set it to
ngx_http_test_reading(), the bug was introduced in r3050
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 5519a5b85..c165491dc 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -118,6 +118,7 @@ size_t ngx_http_get_time(char *buf, time_t t);
ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r);
+void ngx_http_discarded_request_body_handler(ngx_http_request_t *r);
void ngx_http_block_reading(ngx_http_request_t *r);
void ngx_http_test_reading(ngx_http_request_t *r);