summaryrefslogtreecommitdiff
path: root/test/pyhttpd
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-01-20 15:36:50 +0000
committerStefan Eissing <icing@apache.org>2022-01-20 15:36:50 +0000
commit0f9cf6fab074f723908a9b9cd58bfc54bfd69579 (patch)
tree1e39a5cb6249077b36bb3444a23b158cdafb9344 /test/pyhttpd
parentf01e29d89d5ef65949e2f16b40e57488e83f8819 (diff)
downloadhttpd-0f9cf6fab074f723908a9b9cd58bfc54bfd69579.tar.gz
*) test:
- modules/http2: ignore some SSL library error logs when using openssl 3.x - modules/tls: right now, we seem unable to force curl to use TLSv1.3, adjust test case expectations accordingly. Use --tls-max to force v1.2 where needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897257 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/pyhttpd')
-rw-r--r--test/pyhttpd/env.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pyhttpd/env.py b/test/pyhttpd/env.py
index fb87272c26..c08320a883 100644
--- a/test/pyhttpd/env.py
+++ b/test/pyhttpd/env.py
@@ -632,9 +632,6 @@ class HttpdTestEnv:
def curl_raw(self, urls, timeout=10, options=None, insecure=False,
force_resolve=True):
- xopt = ['-vvvv']
- if options:
- xopt.extend(options)
args, headerfile = self.curl_complete_args(
urls=urls, timeout=timeout, options=options, insecure=insecure,
force_resolve=force_resolve)