diff options
author | Stefan Eissing <icing@apache.org> | 2022-02-04 13:22:26 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-02-04 13:22:26 +0100 |
commit | b11e669f077f1546cdb34ab2c29a4f9289365024 (patch) | |
tree | a3a3ab037036e5374be27aef99a6386341e51ab4 /test/modules/http2 | |
parent | doc update [skip ci] (diff) | |
download | apache2-b11e669f077f1546cdb34ab2c29a4f9289365024.tar.xz apache2-b11e669f077f1546cdb34ab2c29a4f9289365024.zip |
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
to stabilize CI tests again. Previous revision of trunk has been copied
to branches/trunk-ssl-handshake-unblocking to make those into a PR where
changes can be discussed and tested separately.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897760 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/modules/http2')
-rw-r--r-- | test/modules/http2/test_105_timeout.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/modules/http2/test_105_timeout.py b/test/modules/http2/test_105_timeout.py index 3b030cdd0d..24133ae52c 100644 --- a/test/modules/http2/test_105_timeout.py +++ b/test/modules/http2/test_105_timeout.py @@ -44,7 +44,6 @@ class TestTimeout: sock.close() # Check that mod_reqtimeout handshake setting takes effect - @pytest.mark.skip(reason="SSL handshake timeout currently broken") def test_h2_105_02(self, env): conf = H2Conf(env) conf.add(""" |