nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS.

This commit is contained in:
Yichun Zhang (agentzh) 2016-07-09 11:21:23 -07:00
parent 7c274e056e
commit 99f0618218
1 changed files with 1 additions and 1 deletions

View File

@ -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;