Christian Heimes added the comment:
SO_RCVTIME0 works only with operating system level sockets. A SSLSocket is not
an OS level. It's a high level abstraction layer that wraps either a file
descriptor or a memory BIO. A read operation on a SSLSocket can perform write,
a write operation can perf
New submission from Allan Crooks:
I initially filed this ticket against the ldap3 library, as this is where I
first encountered the issue: https://github.com/cannatag/ldap3/issues/356
I've attached a file which reproduces the issue using the standard library - it
makes both a HTTP and HTTPS re