diff options
author | Fedor Indutny <fedor@indutny.com> | 2015-02-25 23:17:23 +0300 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2015-02-26 11:18:15 +0100 |
commit | 19d3d506defaddbefb185cb9e9ecf0b31a02d690 (patch) | |
tree | 0be645f80effe650d74f818099cac29ffbd4ed36 /docs/src | |
parent | 4e9d6c832158daf80fc8480a344bad89336b1365 (diff) | |
download | libuv-19d3d506defaddbefb185cb9e9ecf0b31a02d690.tar.gz libuv-19d3d506defaddbefb185cb9e9ecf0b31a02d690.zip |
stream: ignore EINVAL for SO_OOBINLINE on OS X
Calling `setsockopt()` on shutdown fds/stdio will result in EINVAL.
There is not much problem here as the OOB data can't be sent to already
shutdown fds. Just ignore it and go on.
PR-URL: https://github.com/libuv/libuv/pull/228
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions