| commit | 6526c4aad8cfcad2f9e62144f559a3e3653d859e | [log] [tgz] |
|---|---|---|
| author | Vladimir Homutov <vl@nginx.com> | Wed Jan 25 15:39:22 2017 +0300 |
| committer | Vladimir Homutov <vl@nginx.com> | Wed Jan 25 15:39:22 2017 +0300 |
| tree | 11865cdc9c0efe41384e1253a507797945ebb186 | |
| parent | b641f3b961ac13d1ac3f8bdd4b2647f4a3a401ea [diff] |
Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus.
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 7390f2e..448d071 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h
@@ -390,9 +390,6 @@ unsigned request_sent:1; unsigned request_body_sent:1; unsigned header_sent:1; - - NGX_COMPAT_BEGIN(1) - NGX_COMPAT_END };