comparison src/http/ngx_http_core_module.h @ 392:34fb3a573548 NGINX_0_7_8

nginx 0.7.8 *) Feature: the ngx_http_xslt_module. *) Feature: the "$arg_..." variables. *) Feature: Solaris directio support. Thanks to Ivan Debnar. *) Bugfix: now if FastCGI server sends a "Location" header line without status line, then nginx uses 302 status code. Thanks to Maxim Dounin.
author Igor Sysoev <http://sysoev.ru>
date Mon, 04 Aug 2008 00:00:00 +0400
parents 0b6053502c55
children 6ebbca3d5ed7
comparison
equal deleted inserted replaced
391:4ec606a899d3 392:34fb3a573548
371 ngx_int_t ngx_http_core_post_access_phase(ngx_http_request_t *r, 371 ngx_int_t ngx_http_core_post_access_phase(ngx_http_request_t *r,
372 ngx_http_phase_handler_t *ph); 372 ngx_http_phase_handler_t *ph);
373 ngx_int_t ngx_http_core_content_phase(ngx_http_request_t *r, 373 ngx_int_t ngx_http_core_content_phase(ngx_http_request_t *r,
374 ngx_http_phase_handler_t *ph); 374 ngx_http_phase_handler_t *ph);
375 375
376
377 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
376 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); 378 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
377 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r); 379 ngx_int_t ngx_http_set_exten(ngx_http_request_t *r);
378 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, 380 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
379 size_t *root_length, size_t reserved); 381 size_t *root_length, size_t reserved);
380 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 382 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);