This commit is contained in:
Dmitry Dygalo 2018-01-13 17:56:29 +01:00
parent 62c6d7274c
commit c5c10cfb50

View File

@ -182,7 +182,7 @@ class Request(dict):
@property
def socket(self):
if not hasattr(self, '_socket'):
self._get_socket()
self._get_address()
return self._socket
def _get_address(self):