AV-98-fork

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

commit 4d652e0fef2bda4b97d3cbb7e040cdc076e145a7
parent da8b6cc7f31d220f2125eb6f6d3c6c7f7f9e294e
Author: Solderpunk <solderpunk@sdf.org>
Date:   Sun, 30 Aug 2020 18:16:31 +0200

Remove more transient client certificate stuff.

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

diff --git a/av98.py b/av98.py @@ -504,16 +504,6 @@ Slow internet connection? Use 'set timeout' to be more patient.""") # If we're here, this must be a success and there's a response body assert status.startswith("2") - # Can we terminate a transient client session? - if status == "21": - # Make sure we're actually in such a session - if self.active_is_transient: - self._deactivate_client_cert() - print("INFO: Server terminated transient client certificate session.") - else: - # Huh, that's weird - self._debug("Server issues a 21 but we're not in transient session?") - mime = meta if mime == "": mime = "text/gemini; charset=utf-8"