comparison src/http/ngx_http_script.h @ 593:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents e19e5f542878
children b6a5942a4e6a
comparison
equal deleted inserted replaced
592:c570633043e7 593:4d3e880ce86c
157 157
158 158
159 typedef struct { 159 typedef struct {
160 ngx_http_script_code_pt code; 160 ngx_http_script_code_pt code;
161 uintptr_t status; 161 uintptr_t status;
162 uintptr_t null; 162 ngx_http_complex_value_t text;
163 } ngx_http_script_return_code_t; 163 } ngx_http_script_return_code_t;
164 164
165 165
166 typedef enum { 166 typedef enum {
167 ngx_http_script_file_plain = 0, 167 ngx_http_script_file_plain = 0,