summaryrefslogtreecommitdiff
path: root/tests/test_bio_ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_bio_ssl.py')
-rw-r--r--tests/test_bio_ssl.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_bio_ssl.py b/tests/test_bio_ssl.py
index 3d087b0..1f9ae89 100644
--- a/tests/test_bio_ssl.py
+++ b/tests/test_bio_ssl.py
@@ -58,6 +58,9 @@ class HandshakeClient(threading.Thread):
else:
handshake_complete = True
+ output_token = writebio.read()
+ if output_token is not None:
+ sock.sendall(output_token)
sock.close()