changeset 6881:7113b9b2dd6c

Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus.
author Vladimir Homutov <vl@nginx.com>
date Wed, 25 Jan 2017 15:39:22 +0300
parents b14d4e5a123f
children a1ec33df7ce0
files src/http/ngx_http_upstream.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 };