comparison src/http/ngx_http_request.h @ 200:d2ae1c9f1fd3 NGINX_0_3_47

nginx 0.3.47 *) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
author Igor Sysoev <http://sysoev.ru>
date Tue, 23 May 2006 00:00:00 +0400
parents e6da4931e0e0
children 3866d57d9cfd
comparison
equal deleted inserted replaced
199:869664706c09 200:d2ae1c9f1fd3
6 6
7 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_ 7 #ifndef _NGX_HTTP_REQUEST_H_INCLUDED_
8 #define _NGX_HTTP_REQUEST_H_INCLUDED_ 8 #define _NGX_HTTP_REQUEST_H_INCLUDED_
9 9
10 10
11 #define NGX_HTTP_MAX_REWRITE_CYCLES 10 11 #define NGX_HTTP_MAX_URI_CHANGES 10
12 12
13 /* must be 2^n */ 13 /* must be 2^n */
14 #define NGX_HTTP_LC_HEADER_LEN 32 14 #define NGX_HTTP_LC_HEADER_LEN 32
15 15
16 16