| commit | 02f742b45eb8792053d3880641f45651d645e351 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Apr 08 15:18:55 2005 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Apr 08 15:18:55 2005 +0000 |
| tree | 1d5893bcc89c8f879712aa80f9a98a42f397e2c0 | |
| parent | 87ff72436d289ae7b72a23138262e6d156490927 [diff] [blame] |
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.
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 4758e84..ded94e2 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -32,6 +32,7 @@ #include <ngx_http_log_module.h> #include <ngx_http_core_module.h> #include <ngx_http_variables.h> +#include <ngx_http_script.h> #if (NGX_HTTP_SSL) #include <ngx_http_ssl_module.h>