From d942476a842a131eb4cfdf7872028574149b761b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 8 May 2026 22:16:19 +0300 Subject: [PATCH] net.http: use_openssl for flaky proxy test --- vlib/net/http/http_proxy_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/net/http/http_proxy_test.v b/vlib/net/http/http_proxy_test.v index a6477f08f..2fc6a81ac 100644 --- a/vlib/net/http/http_proxy_test.v +++ b/vlib/net/http/http_proxy_test.v @@ -1,4 +1,5 @@ // vtest retry: 3 +// vtest vflags: -d use_openssl module http import encoding.base64 -- 2.39.5