# HG changeset patch # User Vladimir Homutov # Date 1485347962 -10800 # Node ID 7113b9b2dd6cc5225f608479b667ae6cfbc61810 # Parent b14d4e5a123f61ba6bbd586a3059151367953ebf Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus. diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -390,9 +390,6 @@ struct ngx_http_upstream_s { unsigned request_sent:1; unsigned request_body_sent:1; unsigned header_sent:1; - - NGX_COMPAT_BEGIN(1) - NGX_COMPAT_END };