mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
Upstream: removed compatibility shims from ngx_http_upstream_t.
The type is no longer modified in NGINX Plus.
This commit is contained in:
parent
dbb698363b
commit
20443cae62
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user