Show More
@@ -166,7 +166,9 b' class ConnectionManager:' | |||||
166 | if host: |
|
166 | if host: | |
167 | return list(self._hostmap[host]) |
|
167 | return list(self._hostmap[host]) | |
168 | else: |
|
168 | else: | |
169 |
return dict( |
|
169 | return dict( | |
|
170 | {h: list(conns) for (h, conns) in self._hostmap.items()} | |||
|
171 | ) | |||
170 |
|
172 | |||
171 |
|
173 | |||
172 | class KeepAliveHandler: |
|
174 | class KeepAliveHandler: |
General Comments 0
You need to be logged in to leave comments.
Login now