From 616201abe273afb3712791f5b2b8799b5b01a58d Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Thu, 2 May 2024 11:17:15 +0200 Subject: http: fix http server in response App name is used in HTTP response Server header. Type: fix Change-Id: Ie3b2d985dd7d554a0352f7e602891f878bebd031 Signed-off-by: Matus Fabian --- extras/hs-test/hst_suite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/hst_suite.go') diff --git a/extras/hs-test/hst_suite.go b/extras/hs-test/hst_suite.go index 4c6d5b2664b..bb499246bf9 100644 --- a/extras/hs-test/hst_suite.go +++ b/extras/hs-test/hst_suite.go @@ -149,7 +149,7 @@ func (s *HstSuite) hstFail() { out, err := container.log(20) if err != nil { fmt.Printf("An error occured while obtaining '%s' container logs: %s\n", container.name, fmt.Sprint(err)) - break + continue } fmt.Printf("\nvvvvvvvvvvvvvvv " + container.name + ":\n" + -- cgit 1.2.3-korg