comparison src/http/ngx_http_core_module.h @ 38:2879cd3a40cb NGINX_0_1_19

nginx 0.1.19 *) 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 <http://sysoev.ru>
date Wed, 16 Feb 2005 00:00:00 +0300
parents aab2ea7c0458
children 6cfc63e68377
comparison
equal deleted inserted replaced
37:3376a7dea5d6 38:2879cd3a40cb
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