comparison src/http/ngx_http_event.c @ 50:b288069a8696

nginx-0.0.1-2003-01-23-21:47:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jan 2003 18:47:54 +0000
parents d81326c3b21b
children 9f2728644651
comparison
equal deleted inserted replaced
49:c091d5b853c8 50:b288069a8696
7 #include <ngx_alloc.h> 7 #include <ngx_alloc.h>
8 #include <ngx_array.h> 8 #include <ngx_array.h>
9 #include <ngx_table.h> 9 #include <ngx_table.h>
10 #include <ngx_hunk.h> 10 #include <ngx_hunk.h>
11 #include <ngx_connection.h> 11 #include <ngx_connection.h>
12 #include <ngx_event.h>
13 #include <ngx_event_timer.h>
12 #include <ngx_inet.h> 14 #include <ngx_inet.h>
13 #include <ngx_http.h> 15 #include <ngx_http.h>
14 #include <ngx_http_config.h> 16 #include <ngx_http_config.h>
15 #include <ngx_http_core_module.h> 17 #include <ngx_http_core_module.h>
16 18