From 5879fd337ed4ee239247beeb01ebd12c1affc0f7 Mon Sep 17 00:00:00 2001 From: xumin Date: Tue, 15 Oct 2024 17:04:59 +0800 Subject: [PATCH] f --- t/001-tls.t | 2 +- t/stream/003-tls.t | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/t/001-tls.t b/t/001-tls.t index 8a0df371..2a675f3f 100644 --- a/t/001-tls.t +++ b/t/001-tls.t @@ -532,7 +532,7 @@ ok } --- request -GET / +GET /t --- response_body ok --- no_error_log diff --git a/t/stream/003-tls.t b/t/stream/003-tls.t index b6b2b7e8..76de7b11 100644 --- a/t/stream/003-tls.t +++ b/t/stream/003-tls.t @@ -466,11 +466,9 @@ ok } --- stream_server_config - content_by_lua_block { - proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1; - proxy_http_version 1.1; - proxy_set_header Connection ""; - } + proxy_pass https://127.0.0.1:$TEST_NGINX_RAND_PORT_1; + proxy_http_version 1.1; + proxy_set_header Connection ""; --- response_body ok --- no_error_log