mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
This commit is contained in:
parent
20443cae62
commit
bbb82a736f
@ -151,7 +151,6 @@ typedef struct {
|
||||
ngx_msec_t connect_timeout;
|
||||
ngx_msec_t send_timeout;
|
||||
ngx_msec_t read_timeout;
|
||||
ngx_msec_t timeout;
|
||||
ngx_msec_t next_upstream_timeout;
|
||||
|
||||
size_t send_lowat;
|
||||
|
Loading…
Reference in New Issue
Block a user