comparison src/http/ngx_http_core_module.c @ 183:4c698194c56d

nginx-0.0.1-2003-11-13-19:16:33 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 13 Nov 2003 16:16:33 +0000
parents 9f3a78b06c48
children 02a715e85df1
comparison
equal deleted inserted replaced
182:3c49eaf3f522 183:4c698194c56d
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_event.h> 4 #include <ngx_event.h>
5 #include <ngx_http.h> 5 #include <ngx_http.h>
6 #include <nginx.h> 6 #include <nginx.h>
7 #if __FreeBSD__
8 #include <ngx_freebsd_init.h>
9 #endif
10 7
11 8
12 static void ngx_http_phase_event_handler(ngx_event_t *rev); 9 static void ngx_http_phase_event_handler(ngx_event_t *rev);
13 static void ngx_http_run_phases(ngx_http_request_t *r); 10 static void ngx_http_run_phases(ngx_http_request_t *r);
14 11