comparison src/http/ngx_http.h @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents bcb5fce0b038
children b55cbf18157e
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
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