comparison src/http/ngx_http.c @ 356:2e3cbc1bbe3c

nginx-0.0.7-2004-06-16-19:32:11 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Jun 2004 15:32:11 +0000
parents 11ff50a35d6d
children 15c84a40e87d
comparison
equal deleted inserted replaced
355:0fb6c53fb135 356:2e3cbc1bbe3c
12 12
13 ngx_uint_t ngx_http_total_requests; 13 ngx_uint_t ngx_http_total_requests;
14 uint64_t ngx_http_total_sent; 14 uint64_t ngx_http_total_sent;
15 15
16 16
17 int (*ngx_http_top_header_filter) (ngx_http_request_t *r); 17 ngx_int_t (*ngx_http_top_header_filter) (ngx_http_request_t *r);
18 int (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch); 18 ngx_int_t (*ngx_http_top_body_filter) (ngx_http_request_t *r, ngx_chain_t *ch);
19 19
20 20
21 static ngx_command_t ngx_http_commands[] = { 21 static ngx_command_t ngx_http_commands[] = {
22 22
23 {ngx_string("http"), 23 {ngx_string("http"),