mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 04:39:00 +08:00
Upstream: removed unused ngx_http_upstream_t.timeout field.
This commit is contained in:
parent
6c3838f9ed
commit
0f669b23a8
@ -365,8 +365,6 @@ struct ngx_http_upstream_s {
|
|||||||
ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r,
|
ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r,
|
||||||
ngx_table_elt_t *h);
|
ngx_table_elt_t *h);
|
||||||
|
|
||||||
ngx_msec_t timeout;
|
|
||||||
|
|
||||||
ngx_http_upstream_state_t *state;
|
ngx_http_upstream_state_t *state;
|
||||||
|
|
||||||
ngx_str_t method;
|
ngx_str_t method;
|
||||||
|
Loading…
Reference in New Issue
Block a user