comparison src/http/ngx_http_core_module.h @ 489:45a460f82aec release-0.1.19

nginx-0.1.19-RELEASE import *) Bugfix: now, if request contains the zero, then the 404 error is returned for the local requests. *) Bugfix: nginx could not be built on NetBSD 2.0. *) Bugfix: the timeout may occur while reading of the the client request body via SSL connections.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Feb 2005 13:40:36 +0000
parents 4ebe09b07e30
children 64d9afb209da
comparison
equal deleted inserted replaced
488:24c8dcb960fd 489:45a460f82aec
23 unsigned default_server:1; 23 unsigned default_server:1;
24 } ngx_http_listen_t; 24 } ngx_http_listen_t;
25 25
26 26
27 typedef enum { 27 typedef enum {
28 NGX_HTTP_REWRITE_PHASE = 0, 28 NGX_HTTP_FIND_CONFIG_PHASE = 0,
29 29
30 NGX_HTTP_FIND_CONFIG_PHASE, 30 NGX_HTTP_REWRITE_PHASE,
31 31
32 NGX_HTTP_ACCESS_PHASE, 32 NGX_HTTP_ACCESS_PHASE,
33 NGX_HTTP_CONTENT_PHASE, 33 NGX_HTTP_CONTENT_PHASE,
34 34
35 NGX_HTTP_LAST_PHASE 35 NGX_HTTP_LAST_PHASE