mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 06:00:39 +00:00
Set SSL connection object to None to release it on closing.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3565 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
cd95ac054f
commit
69a38bfd37
1 changed files with 1 additions and 0 deletions
|
|
@ -1081,6 +1081,7 @@ class FakeSocket(SharedSocketClient):
|
|||
def close(self):
|
||||
SharedSocketClient.close(self)
|
||||
self._sock = self.__class__._closedsocket()
|
||||
self._ssl = None
|
||||
|
||||
def makefile(self, mode, bufsize=None):
|
||||
if mode != 'r' and mode != 'rb':
|
||||
|
|
|
|||
Loading…
Reference in a new issue