chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] OpenSSL egg option defaults poll


From: Florian Zumbiehl
Subject: Re: [Chicken-users] OpenSSL egg option defaults poll
Date: Sun, 23 Nov 2014 19:38:18 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

>        ;; close
>        (lambda ()
>          (when (startup #t)
>            (if outbuf
> -              (begin
> -                (output outbuf)
> -                (set! outbuf "")))
> +            (begin
> +              (unbuffered-write outbuf 0 outbufsize)
> +              (set! outbufsize 0)))
>            (set! out-open? #f)
>            (shutdown)))

AFAICS, this makes it impossible to close the file descriptors behind ports
where the remote end has closed the connection while there is still data
queued for transmission.

Florian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]