Skip to content

Commit 99f0618

Browse files
committed
nginx-1.9.15-upstream_timeout_fields.patch: renamed HAVE_UPSTREAM_TIMEOUT_FIELDS to HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS.
1 parent 7c274e0 commit 99f0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/nginx-1.9.15-upstream_timeout_fields.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ diff -r 13070ecfda67 src/http/ngx_http_upstream.h
110110

111111
ngx_http_upstream_conf_t *conf;
112112
+
113-
+#define HAVE_UPSTREAM_TIMEOUT_FIELDS 1
113+
+#define HAVE_NGX_UPSTREAM_TIMEOUT_FIELDS 1
114114
+ ngx_msec_t connect_timeout;
115115
+ ngx_msec_t send_timeout;
116116
+ ngx_msec_t read_timeout;

0 commit comments

Comments
 (0)