#2565 closed enhancement (fixed)
set python3 ssl socket timeout
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | android | Version: | 3.0.x |
Keywords: | Cc: |
Description
Setting the timeout on a socket wrapped with ssl gives:
Exception in thread new-ssl-connection: Traceback (most recent call last): File "/usr/lib64/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/lib64/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/usr/lib64/python3.7/site-packages/xpra/server/server_core.py", line 1084, in handle_new_connection sock.settimeout(self._socket_timeout) OSError: [Errno 9] Bad file descriptor
So r17028 was skipping ssl sockets.
Change History (2)
comment:1 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2565
Note: See
TracTickets for help on using
tickets.
Fixed in r25091.
Works fine with python 3.8