diff options
Diffstat (limited to 'test/test_tls.py')
-rw-r--r-- | test/test_tls.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_tls.py b/test/test_tls.py index 7be426b1..4cf8d22c 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -486,6 +486,10 @@ basicConstraints = critical,CA:TRUE""" resp = self.get_ssl( headers={'Host': 'localhost', 'Connection': 'close'}, sock=sock ) + + except KeyboardInterrupt: + raise + except: resp = None |