pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Socket timeout error when uploading file more than 16kb

Open keerthu3196 opened this issue 4 years ago • 0 comments

File "/usr/lib/python3.6/site-packages/cheroot/server.py", line 377, in read data = self.rfile.read(size) File "/usr/lib/python3.6/site-packages/cheroot/makefile.py", line 431, in read val = self._safe_call(True, super().read, *args, **kwargs) File "/usr/lib/python3.6/site-packages/cheroot/ssl/pyopenssl.py", line 131, in _safe_call raise socket.timeout('timed out') socket.timeout: timed out

keerthu3196 avatar May 13 '21 05:05 keerthu3196