mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 22:17:07 +01:00
fix
This commit is contained in:
parent
f5cfe9e00a
commit
0423915e24
@ -130,6 +130,9 @@ def _wrap_ssl_read(self, *args, **kwargs):
|
||||
# Websockets does not treat 0 as an EOF, rather only b''
|
||||
return b''
|
||||
return res
|
||||
|
||||
def getsockname(self):
|
||||
return self.socket.getsockname()
|
||||
else:
|
||||
SSLTransport = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user