AV-98-fork

A fork of https://tildegit.org/solderpunk/AV-98
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 1b7da02def0ab2cc89d6118719736e85e2e8781c
parent 242cf484f02385d0899fafe5b5c8e58afc663670
Author: Solderpunk <solderpunk@sdf.org>
Date:   Tue, 13 Aug 2019 21:21:20 +0300

Include TLS version in debug output.

Diffstat:
Mav98.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/av98.py b/av98.py @@ -366,6 +366,7 @@ Slow internet connection? Use 'set timeout' to be more patient.""") s = context.wrap_socket(s, server_hostname = gi.host) try: s.connect(address[4]) + self._debug("Established {} connection.".format(s.version())) break except OSError as e: err = e