mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
Upstream: removed unused ngx_http_upstream_t.timeout field.
This commit is contained in:
parent
6c3838f9ed
commit
0f669b23a8
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…
Add table
Add a link
Reference in a new issue