fix terminating tls connections wow

This commit is contained in:
ed
2021-06-08 09:40:49 +02:00
parent a2b7c85a1f
commit b77bed3324
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ class HttpSrv(object):
cli.run()
finally:
sck = cli.s
if self.args.log_conn:
self.log("%s %s" % addr, "|%sC-cdone" % ("-" * 7,), c="1;30")