Upstream: removed compatibility shims from ngx_http_upstream_t.

The type is no longer modified in NGINX Plus.
This commit is contained in:
Vladimir Homutov 2017-01-25 15:39:22 +03:00
parent dbb698363b
commit 20443cae62

View 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
};