details: http://hg.nginx.org/nginx/rev/7113b9b2dd6c branches: changeset: 6881:7113b9b2dd6c user: Vladimir Homutov <v...@nginx.com> date: Wed Jan 25 15:39:22 2017 +0300 description: Upstream: removed compatibility shims from ngx_http_upstream_t.
The type is no longer modified in NGINX Plus. diffstat: src/http/ngx_http_upstream.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diffs (13 lines): diff -r b14d4e5a123f -r 7113b9b2dd6c src/http/ngx_http_upstream.h --- 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 @@ 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 }; _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel