diff options
author | Vladimir Homutov <vl@nginx.com> | 2017-01-25 15:39:22 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2017-01-25 15:39:22 +0300 |
commit | 20443cae62975ce753d50f53f09c5fc04be2bfd9 (patch) | |
tree | 11865cdc9c0efe41384e1253a507797945ebb186 | |
parent | dbb698363b344fc524f8089dd7a97a3f93fe9bfe (diff) | |
download | nginx-20443cae62975ce753d50f53f09c5fc04be2bfd9.tar.gz nginx-20443cae62975ce753d50f53f09c5fc04be2bfd9.zip |
Upstream: removed compatibility shims from ngx_http_upstream_t.
The type is no longer modified in NGINX Plus.
-rw-r--r-- | src/http/ngx_http_upstream.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 7390f2e9e..448d0714f 100644 --- 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 }; |