aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/tcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/tcp.py')
-rw-r--r--netlib/tcp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py
index 33776fc4..8e46d4f6 100644
--- a/netlib/tcp.py
+++ b/netlib/tcp.py
@@ -560,8 +560,6 @@ class TCPClient(_Connection):
@address.setter
def address(self, address):
- if self.connection:
- raise RuntimeError("Cannot change server address after establishing connection")
if address:
self.__address = Address.wrap(address)
else: