hiredis icon indicating copy to clipboard operation
hiredis copied to clipboard

Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets.

Open michael-grunder opened this issue 1 month ago • 1 comments

Reading the manpage it seems like we only need to test for EAGAIN but testing for both seems more prudent since this may be subtly different on more esoteric kernels (SunOS, AIX, BSD, etc).

Also explicitly install openSSL3 on macOS.

Fixes #1260

michael-grunder avatar May 28 '24 03:05 michael-grunder