[iolib-devel] New patches: 15-Feb-2011
Stelian Ionescu
sionescu at common-lisp.net
Wed Feb 16 10:00:06 UTC 2011
commit 775eda65d53d62afdd53af19c061309a3d3b8ebc
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Wed Feb 16 00:51:38 2011 +0100
SOCKET-CONNECTED-P: ignore EINVAL as well
On OSX, getpeername(2) returns EINVAL on disconnected sockets, so
ignore EINVAL too
Thanks to Greg Pfeil for reporting this problem
src/sockets/socket-methods.lisp | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20110215.tar.gz
Main repository: http://gitorious.org/iolib/iolib
Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git
Backup 2: http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list