comparison src/http/ngx_http.h @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents ee66921ecd47
children 9b8c906f6e63
comparison
equal deleted inserted replaced
506:005e65646622 507:cd3117ad9aab
30 #include <ngx_http_config.h> 30 #include <ngx_http_config.h>
31 #include <ngx_http_busy_lock.h> 31 #include <ngx_http_busy_lock.h>
32 #include <ngx_http_log_module.h> 32 #include <ngx_http_log_module.h>
33 #include <ngx_http_core_module.h> 33 #include <ngx_http_core_module.h>
34 #include <ngx_http_variables.h> 34 #include <ngx_http_variables.h>
35 #include <ngx_http_script.h>
35 36
36 #if (NGX_HTTP_SSL) 37 #if (NGX_HTTP_SSL)
37 #include <ngx_http_ssl_module.h> 38 #include <ngx_http_ssl_module.h>
38 #endif 39 #endif
39 40