[cl-plus-ssl-devel] Possible bug in test-https-server (2008-11-04)

Anton Vodonosov avodonosov at yandex.ru
Thu Jan 22 21:57:31 UTC 2009


Hello,

Meantime I've committed the change from cl+ssl:stream-fd to just
passing socket stream.

Best regards,
- Anton

on Monday, January 19, 2009, 6:39:23 PM David wrote:

> However, the use of cl+ssl:stream-fd is not the recommended approach
> these days.  You can just pass the stream object directly as an
> argument, and if :unwrap-streams-p is true (which is the default), it
> will:

>   * unwap the file descriptor out of the stream automatically

>   * close the stream argument properly when our stream object is closed

>   * obey per-stream deadlines on CCL and SBCL
>     (This last item is really why I invented the new API, but it's
>     easier to use in general.)

> Attached at patch that is untested, but illustrates how it *should* work
> in theory.  (Please test; if it fails, it's a bug.)

on Wednesday, January 21, 2009, 12:23:11 AM John wrote:

> Thanks! That patch worked on my setup.






More information about the cl-plus-ssl-devel mailing list