[usocket-cvs] r90 - usocket/trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Feb 12 22:15:27 UTC 2006
Author: ehuelsmann
Date: Sun Feb 12 16:15:27 2006
New Revision: 90
Modified:
usocket/trunk/TODO
Log:
Extend TODO.
Modified: usocket/trunk/TODO
==============================================================================
--- usocket/trunk/TODO (original)
+++ usocket/trunk/TODO Sun Feb 12 16:15:27 2006
@@ -14,3 +14,7 @@
cl-irc chokes on characters which are non-UTF8 conforming...
Probably other clients do too (try that with a binary HTTP stream!)
+- change CMUCL implementation to catch name resolution errors:
+ Don't send host names into connect-to-inet-socket, but use
+ gethostbyname, binding the return value and the error code.
+ Raise an error if gethostbyname returns one.
More information about the usocket-cvs
mailing list