comparison src/http/ngx_http_upstream.h @ 6881:7113b9b2dd6c

Upstream: removed compatibility shims from ngx_http_upstream_t. The type is no longer modified in NGINX Plus.
author Vladimir Homutov <vl@nginx.com>
date Wed, 25 Jan 2017 15:39:22 +0300
parents 0fba3ed4e7eb
children a1ec33df7ce0
comparison
equal deleted inserted replaced
6880:b14d4e5a123f 6881:7113b9b2dd6c
388 unsigned upgrade:1; 388 unsigned upgrade:1;
389 389
390 unsigned request_sent:1; 390 unsigned request_sent:1;
391 unsigned request_body_sent:1; 391 unsigned request_body_sent:1;
392 unsigned header_sent:1; 392 unsigned header_sent:1;
393
394 NGX_COMPAT_BEGIN(1)
395 NGX_COMPAT_END
396 }; 393 };
397 394
398 395
399 typedef struct { 396 typedef struct {
400 ngx_uint_t status; 397 ngx_uint_t status;