]> git.kaiwu.me - nginx.git/commitdiff
Upstream: removed compatibility shims from ngx_http_upstream_t.
authorVladimir Homutov <vl@nginx.com>
Wed, 25 Jan 2017 12:39:22 +0000 (15:39 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 25 Jan 2017 12:39:22 +0000 (15:39 +0300)
The type is no longer modified in NGINX Plus.

src/http/ngx_http_upstream.h

index 7390f2e9e51727670bf05804c8ccd8f259fe3700..448d0714fd528ac837e7864cb6194c47aaeb9715 100644 (file)
@@ -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
 };