SocketInfo's 'host' parameter is no longer optional.
This commit is contained in:
parent
118b47e6e3
commit
55f18f0937
@ -116,7 +116,7 @@ class PoolOptions(object):
|
||||
class SocketInfo(object):
|
||||
"""Store a socket with some metadata
|
||||
"""
|
||||
def __init__(self, sock, pool, host=None):
|
||||
def __init__(self, sock, pool, host):
|
||||
self.sock = sock
|
||||
self.host = host
|
||||
self.authset = set()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user