Skip to content

Commit

Permalink
Upstream: removed unused ngx_http_upstream_t.timeout field.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlhomutov committed Nov 21, 2018
1 parent 6c3838f commit 0f669b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http/ngx_http_upstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0f669b2

Please sign in to comment.