Upstream: removed unused ngx_http_upstream_t.timeout field.
This commit is contained in:
parent
8aa80bbf93
commit
14a5fc247e
1 changed files with 0 additions and 2 deletions
|
@ -365,8 +365,6 @@ struct ngx_http_upstream_s {
|
|||
ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r,
|
||||
ngx_table_elt_t *h);
|
||||
|
||||
ngx_msec_t timeout;
|
||||
|
||||
ngx_http_upstream_state_t *state;
|
||||
|
||||
ngx_str_t method;
|
||||
|
|
Loading…
Reference in a new issue