From 840eeb7822fd5393735dddbd974162218ab56de6 Mon Sep 17 00:00:00 2001 From: Hakase Date: Sun, 17 May 2020 20:30:28 +0900 Subject: [PATCH] Latest update - 7649 --- lib/nginx-http-flv-module | 2 +- src/http/ngx_http_upstream.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/nginx-http-flv-module b/lib/nginx-http-flv-module index e2453b3..34e8b7d 160000 --- a/lib/nginx-http-flv-module +++ b/lib/nginx-http-flv-module @@ -1 +1 @@ -Subproject commit e2453b31e211c667582e50027cc96e5dc3f2340a +Subproject commit 34e8b7dfe9b6b5481a96dbea0f954085aa1f3d03 diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 89e1319..be96be4 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -2502,6 +2502,8 @@ ngx_http_upstream_test_next(ngx_http_request_t *r, ngx_http_upstream_t *u) } #endif + + break; } #if (NGX_HTTP_CACHE)