From dlichteblau at common-lisp.net Fri Dec 21 13:36:16 2007 From: dlichteblau at common-lisp.net (dlichteblau) Date: Fri, 21 Dec 2007 08:36:16 -0500 (EST) Subject: [cl-plus-ssl-cvs] CVS cl+ssl Message-ID: <20071221133616.116401130@common-lisp.net> Update of /project/cl-plus-ssl/cvsroot/cl+ssl In directory clnet:/tmp/cvs-serv18358 Modified Files: ffi.lisp Log Message: For now, loop without sleeping. (Still haven't had time to investigate this properly, but the SLEEP wasn't right.) --- /project/cl-plus-ssl/cvsroot/cl+ssl/ffi.lisp 2007/07/14 11:49:29 1.5 +++ /project/cl-plus-ssl/cvsroot/cl+ssl/ffi.lisp 2007/12/21 13:36:15 1.6 @@ -205,10 +205,8 @@ (ssl-signal-error handle func (ssl-get-error handle rc) rc)) (ssl-error-want-something (condition) (declare (ignore condition)) - ;; FIXME: what is this SLEEP business for? - ;; Do we still need this? - (warn "sleeping in ensure-ssl-funcall") - (sleep sleep-time))))) + ;; FIXME + (warn "busy waiting in ensure-ssl-funcall"))))) ;;; Initialization