Re: [Chicken-users] Threads, and async

2016-07-21 Thread rivo
Hi, Chicken have special option like 'disable-interrupts' this one allow precise control over scheduler using thread-yield! function. As far i remember in order to get fully cooperative scheduling user should ensure that all code compiled with this option. About libuv, Chicken not very well

[Chicken-users] [SECURITY] spiffy-cgi-handlers and http-client updated to prevent "httpoxy" attack

2016-07-21 Thread Peter Bex
Hello CHICKEN users, A vulnerability called "httpoxy" has been announced, which affects a lot of software (server _and_ client) which speaks the HTTP protocol, allowing a man in the middle attack to be made on servers. The spiffy-cgi-handlers and http-client eggs are also affected. In short, the