Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed Oct 15, 2024
1 parent 96cae58 commit 5879fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion t/001-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ ok
}
--- request
GET /
GET /t
--- response_body
ok
--- no_error_log
Expand Down
8 changes: 3 additions & 5 deletions t/stream/003-tls.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5879fd3

Please sign in to comment.