comparison src/http/ngx_http.h @ 432:fd759445d8a8 NGINX_0_7_28

nginx 0.7.28 *) Change: in memory allocation in the ngx_http_gzip_filter_module. *) Change: the default "gzip_buffers" directive values have been changed to 32 4k or 16 8k from 4 4k/8k.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Dec 2008 00:00:00 +0300
parents e7dbea1ee115
children c8cfb6c462ef
comparison
equal deleted inserted replaced
431:e2c4e8b635a8 432:fd759445d8a8
74 ngx_str_t *args, ngx_uint_t *flags); 74 ngx_str_t *args, ngx_uint_t *flags);
75 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b, 75 ngx_int_t ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
76 ngx_uint_t allow_underscores); 76 ngx_uint_t allow_underscores);
77 ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers, 77 ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers,
78 ngx_str_t *name, ngx_str_t *value); 78 ngx_str_t *name, ngx_str_t *value);
79 ngx_int_t ngx_http_arg(ngx_http_request_t *r, u_char *name, size_t len,
80 ngx_str_t *value);
81
79 82
80 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r); 83 ngx_int_t ngx_http_find_server_conf(ngx_http_request_t *r);
81 void ngx_http_update_location_config(ngx_http_request_t *r); 84 void ngx_http_update_location_config(ngx_http_request_t *r);
82 void ngx_http_handler(ngx_http_request_t *r); 85 void ngx_http_handler(ngx_http_request_t *r);
83 void ngx_http_run_posted_requests(ngx_connection_t *c); 86 void ngx_http_run_posted_requests(ngx_connection_t *c);