You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tls.c syscall read/write/connect wrappers set the file descriptor to non-blocking mode. These functions should only perform the operation without altering the file descriptor's configuration.
tls.c syscall read/write/connect wrappers set the file descriptor to non-blocking mode. These functions should only perform the operation without altering the file descriptor's configuration.
An example where this bug impacted Valkey:
https://github.com/valkey-io/valkey/pull/837/commits
Steps to reproduce the behavior and/or a minimal code sample.
The text was updated successfully, but these errors were encountered: