comparison src/http/ngx_http_core_module.h @ 244:500a3242dff6 NGINX_0_4_7

nginx 0.4.7 *) Feature: the ngx_http_flv_module. *) Feature: the $request_body_file variable. *) Feature: the "charset" and "source_charset" directives support the variables. *) Bugfix: if an "include" SSI command were before another "include" SSI command with an "wait" parameter, then the "wait" parameter might not work. *) Bugfix: if the "proxy_buffering off" directive was used or while working with memcached the connections might not be closed on timeout. *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64, and ppc64.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Oct 2006 00:00:00 +0400
parents 38e7b94d63ac
children acd2ec3541cb
comparison
equal deleted inserted replaced
243:d371c9d33781 244:500a3242dff6
303 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, 303 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
304 size_t reserved); 304 size_t reserved);
305 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 305 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
306 306
307 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r, 307 ngx_int_t ngx_http_subrequest(ngx_http_request_t *r,
308 ngx_str_t *uri, ngx_str_t *args, ngx_chain_t *out, ngx_uint_t flags); 308 ngx_str_t *uri, ngx_str_t *args, ngx_http_request_t **sr,
309 ngx_chain_t *out, ngx_uint_t flags);
309 ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r, 310 ngx_int_t ngx_http_internal_redirect(ngx_http_request_t *r,
310 ngx_str_t *uri, ngx_str_t *args); 311 ngx_str_t *uri, ngx_str_t *args);
311 312
312 ngx_http_cleanup_t *ngx_http_cleanup_add(ngx_http_request_t *r, size_t size); 313 ngx_http_cleanup_t *ngx_http_cleanup_add(ngx_http_request_t *r, size_t size);
313 314