Commit 2108a45c authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

On AIX the new socket [sd] seems to inherit the O_NONBLOCK

flag from the listening socket [fd] (at the very least, it is getting
set to O_NONBLOCK somewhere).  The _read_io_header() function still
assumes that the socket is in blocking mode, so this fix explicitly sets
the socket to blocking mode.
parent 6b20cee0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment