comparison src/http/ngx_http.h @ 1368:202cae9a0c2b

rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Aug 2007 15:22:40 +0000
parents 86c5c9288acc
children cc114c85be0f
comparison
equal deleted inserted replaced
1367:aa700583b57d 1368:202cae9a0c2b
97 size_t ngx_http_get_time(char *buf, time_t t); 97 size_t ngx_http_get_time(char *buf, time_t t);
98 98
99 99
100 100
101 ngx_int_t ngx_http_discard_body(ngx_http_request_t *r); 101 ngx_int_t ngx_http_discard_body(ngx_http_request_t *r);
102 void ngx_http_block_reading(ngx_http_request_t *r);
102 103
103 104
104 extern ngx_module_t ngx_http_module; 105 extern ngx_module_t ngx_http_module;
105 106
106 107