remove obsolete comment.

This commit is contained in:
liris
2014-10-09 15:28:49 +09:00
parent 6f831961dc
commit 6cd876d706

View File

@@ -433,7 +433,7 @@ class WebSocket(object):
self.sock.setsockopt(*opts)
for opts in self.sockopt:
self.sock.setsockopt(*opts)
# TODO: we need to support proxy
address = addrinfo[4]
try:
self.sock.connect(address)