From 2641022229fc7375996cfbbe84ec31e27dd376af Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 3 Oct 2016 15:58:19 +0300 Subject: Modules compatibility: degradation fields now always present. There is no need to save these two bits as they are wasted anyway. Removed NGX_HTTP_DEGRADATION from the signature accordingly. --- src/core/ngx_module.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/ngx_module.h') diff --git a/src/core/ngx_module.h b/src/core/ngx_module.h index c94474693..3ac1e437e 100644 --- a/src/core/ngx_module.h +++ b/src/core/ngx_module.h @@ -170,11 +170,7 @@ #define NGX_MODULE_SIGNATURE_26 "0" #endif -#if (NGX_HTTP_DEGRADATION) #define NGX_MODULE_SIGNATURE_27 "1" -#else -#define NGX_MODULE_SIGNATURE_27 "0" -#endif #if (NGX_HTTP_X_FORWARDED_FOR) #define NGX_MODULE_SIGNATURE_28 "1" -- cgit