Skip to content

Commit

Permalink
Save server ssl parameter for inspection in dev
Browse files Browse the repository at this point in the history
Useful for playing with ssl configurations.
  • Loading branch information
Jim Fulton committed Jul 16, 2016
1 parent bcf292e commit b0366fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZEO/StorageServer.py
Expand Up @@ -770,6 +770,7 @@ def __init__(self, addr, storages,
self._lock = threading.Lock()
self._commit_locks = {}
self._waiting = dict((name, []) for name in storages)
self.ssl = ssl # For dev convenience

self.read_only = read_only
self.database = None
Expand Down

0 comments on commit b0366fa

Please sign in to comment.