aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-06 15:22:40 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-06 15:22:40 +0000
commit7ab4d9cb559353277af3e40b51c43505ae0aa626 (patch)
tree9526b055312a68cc394a79e159bea9349ffe554c /src/http/ngx_http.h
parente5d402061257670a97992c001edf195be293addc (diff)
downloadnginx-7ab4d9cb559353277af3e40b51c43505ae0aa626.tar.gz
nginx-7ab4d9cb559353277af3e40b51c43505ae0aa626.zip
rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()
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 266873ad6..be6da0f68 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -99,6 +99,7 @@ size_t ngx_http_get_time(char *buf, time_t t);
ngx_int_t ngx_http_discard_body(ngx_http_request_t *r);
+void ngx_http_block_reading(ngx_http_request_t *r);
extern ngx_module_t ngx_http_module;