mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS.
This commit is contained in:
@ -110,7 +110,7 @@ diff -r 13070ecfda67 src/http/ngx_http_upstream.h
|
||||
|
||||
ngx_http_upstream_conf_t *conf;
|
||||
+
|
||||
+#define HAVE_UPSTREAM_TIMEOUT_FIELDS 1
|
||||
+#define HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS 1
|
||||
+ ngx_msec_t connect_timeout;
|
||||
+ ngx_msec_t send_timeout;
|
||||
+ ngx_msec_t read_timeout;
|
||||
|
Reference in New Issue
Block a user