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	Thu Jan 26 11:44:55 2017 +0300
+++ b/src/http/ngx_http_upstream.h	Wed Jan 25 15:39:22 2017 +0300
@@ -390,9 +390,6 @@
     unsigned                         request_sent:1;
     unsigned                         request_body_sent:1;
     unsigned                         header_sent:1;
-
-    NGX_COMPAT_BEGIN(1)
-    NGX_COMPAT_END
 };