[Chicken-users] anonymous enums

2007-07-12 Thread Martin DeMello
Could someone give me an example of wrapping and using an anonymous c enum? The manual isn't too clear on that point. martin ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] openssl problem

2007-07-12 Thread Mark Voortman
> please try the new version of the openssl egg which I have just uploaded > to the repository. > > I have added code to try clean shutdown but close the network connection > even if the communications partner does not respond to the shutdown > notification. This seems like a good compromise to me

Re: [Chicken-users] openssl problem

2007-07-12 Thread Thomas Christian Chust
Mark Voortman wrote: > [...] > I just ran into a problem with the openssl egg. If I run the code below > and browse to https://localhost/ it shows the certificate and everything, > but the page keeps loading. > [...] Hello, please try the new version of the openssl egg which I have just uploaded

Re: [Chicken-users] openssl problem

2007-07-12 Thread Mark Voortman
> Does adding a "Connection: close" change anything? Nice idea, but it didn't help. Cheers, Mark ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] openssl problem

2007-07-12 Thread felix winkelmann
On 7/11/07, Mark Voortman <[EMAIL PROTECTED]> wrote: Folks, I just ran into a problem with the openssl egg. If I run the code below and browse to https://localhost/ it shows the certificate and everything, but the page keeps loading. Only when I kill the server it actually shows the page. My gue

Re: [Chicken-users] openssl problem

2007-07-12 Thread Mark Voortman
Thomas, > the problem is, that closing the in and output ports of an SSL > connection attempts to do a clean shutdown of the SSL connection. This > may sometimes take a while because CHICKEN blocks the thread for I/O > longer than necessary or because the other endpoint of the > communications cha