python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

fix connection reset error

Open cshuaimin opened this issue 3 months ago • 0 comments

Enable TCP keepalive socket option when requesting to storage. Fix "ConnectionResetError: [Errno 104] Connection reset by peer" ticket #41769

https://github.com/psf/requests/issues/4664

https://codearcana.com/posts/2015/08/28/tcp-keepalive-is-a-lie.html https://blog.cloudflare.com/when-tcp-sockets-refuse-to-die

cshuaimin avatar Mar 29 '24 02:03 cshuaimin