<div class="__aliyun_email_body_block"><div  style="line-height:1.7;font-family:Tahoma,Arial,STHeiti,SimSun;font-size:14.0px;color:#000000;"><div  style="clear:both;">Hello!</div><div  style="clear:both;"></div><div  style="clear:both;"><br ></div><div  style="clear:both;"><span >I think gzip_disable_degradation needs <span >NGX_HTTP_DEGRADATION <span >in order to be consistent with where used. </span></span></span></div><div  style="clear:both;"><span ><span ><span ><br ></span></span></span></div><div  style="clear:both;">details: <span ><a  href="https://hg.nginx.org/nginx/rev/3b522d7a5b34" target="_blank">https://hg.nginx.org/nginx/rev/3b522d7a5b34</a></span></div><div  style="clear:both;"><br ></div><div  style="clear:both;"><br ></div><div  style="clear:both;"><span ># User BullerDu <yefei.dyf@alibaba-inc.com></span><div  style="clear:both;"># Date 1670079834 -28800</div><div  style="clear:both;">#      Sat Dec 03 23:03:54 2022 +0800</div><div  style="clear:both;"># Branch bugfix</div><div  style="clear:both;"># Node ID 64a105315b9e5dc20dab2416caeb6b3481a460d1</div><div  style="clear:both;"># Parent  0b360747c74e3fa7e439e0684a8cf1da2d14d8f6</div><div  style="clear:both;">Fixed gzip_disable_degradation defined without NGX_HTTP_DEGRADATION (broken by 3b522d7a5b34).</div><div  style="clear:both;">diff -r 0b360747c74e -r 64a105315b9e src/http/ngx_http_core_module.h</div><div  style="clear:both;">--- a/src/http/ngx_http_core_module.h   Thu Nov 24 23:08:30 2022 +0400</div><div  style="clear:both;">+++ b/src/http/ngx_http_core_module.h   Sat Dec 03 23:03:54 2022 +0800</div><div  style="clear:both;">@@ -315,8 +315,10 @@</div><div  style="clear:both;">     unsigned      auto_redirect:1;</div><div  style="clear:both;"> #if (NGX_HTTP_GZIP)</div><div  style="clear:both;">     unsigned      gzip_disable_msie6:2;</div><div  style="clear:both;">+#if (NGX_HTTP_DEGRADATION)</div><div  style="clear:both;">     unsigned      gzip_disable_degradation:2;</div><div  style="clear:both;"> #endif</div><div  style="clear:both;">+#endif</div><div  style="clear:both;">     ngx_http_location_tree_node_t   *static_locations;</div><span > #if (NGX_PCRE)</span></div></div></div>