comparison src/core/ngx_parse.h @ 372:6639b93e81b2 NGINX_0_6_30

nginx 0.6.30 *) Change: now if an "include" directive pattern does not match any file, then nginx does not issue an error. *) Feature: now the time in directives may be specified without spaces, for example, "1h50m". *) Bugfix: memory leaks if the "ssl_verify_client" directive was on. Thanks to Chavelle Vincent. *) Bugfix: the "sub_filter" directive might set text to change into output. *) Bugfix: the "error_page" directive did not take into account arguments in redirected URI. *) Bugfix: now nginx always opens files in binary mode under Cygwin. *) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
author Igor Sysoev <http://sysoev.ru>
date Tue, 29 Apr 2008 00:00:00 +0400
parents 56688ed172c8
children 6f21ae02fb01
comparison
equal deleted inserted replaced
371:b6a2a305fdad 372:6639b93e81b2
15 #define NGX_PARSE_LARGE_TIME -2 15 #define NGX_PARSE_LARGE_TIME -2
16 16
17 17
18 ssize_t ngx_parse_size(ngx_str_t *line); 18 ssize_t ngx_parse_size(ngx_str_t *line);
19 off_t ngx_parse_offset(ngx_str_t *line); 19 off_t ngx_parse_offset(ngx_str_t *line);
20 ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_int_t sec); 20 ngx_int_t ngx_parse_time(ngx_str_t *line, ngx_uint_t sec);
21 21
22 22
23 #endif /* _NGX_PARSE_H_INCLUDED_ */ 23 #endif /* _NGX_PARSE_H_INCLUDED_ */