summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-10 15:22:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-10 15:22:33 +0000
commitabe378e820d16fe5fa40a5828354a4ba495b5573 (patch)
tree619f8797a181140a6c524bf9e8cf47b1fba21fa5 /src/http/ngx_http.h
parent74b7e5fadd33804eefa37ff86764b512e2de379b (diff)
downloadnginx-abe378e820d16fe5fa40a5828354a4ba495b5573.tar.gz
nginx-abe378e820d16fe5fa40a5828354a4ba495b5573.tar.bz2
ngx_http_limit_req_module
Diffstat (limited to '')
-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 79b218716..77d80a895 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -106,6 +106,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_block_reading(ngx_http_request_t *r);
+void ngx_http_test_reading(ngx_http_request_t *r);
char *ngx_http_types_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);