cabo

Results 205 comments of cabo

On Nov 24, 2012, at 20:51, Corin Langosch [email protected] wrote: > I also opened the bug report "upstream" eventmachine#388 > > — > Reply to this email directly or view...

On Nov 24, 2012, at 21:51, Corin Langosch [email protected] wrote: > • When EM is acting as a client, start_tls does not work at all. Probably EM is not smart...

On Nov 24, 2012, at 22:18, Carsten Bormann [email protected] wrote: > It appears that 52623 is sending a ClientHello Ha. Thank you for finally getting me to skim the abomination...

On Nov 24, 2012, at 23:10, Corin Langosch [email protected] wrote: > @cabo Thank you for the information. I'll try my best to get a working patch for this tomorrow :)...

On Nov 25, 2012, at 07:20, Carsten Bormann [email protected] wrote: > Well, too late. I just checked it in. I made a branch "ele", in case you don't find it....

On Nov 25, 2012, at 07:20, Carsten Bormann [email protected] wrote: > Can you distill this into a small test case? Well, you'll need a big test case, as well as...

On Jun 3, 2017, at 20:20, Vlad wrote: > > Hello. Is there any workaround to this issue? I’m not sure what problem you are trying to solve, but workarounds...

> Non-load-path-mangling alternatives are fairly thin on the ground. If > you wanted to drop 1.8 support, you could use |require_relative| > everywhere throughout; that would solve the problem. You...

On Mar 1, 2012, at 16:08, Iñaki Baz Castillo wrote: > https://github.com/eventmachine/eventmachine/pull/298 > > The description is really elaborated, and just involves setting FD_CLOEXEC on a file descriptor, which solves...

On Mar 1, 2012, at 16:16, Iñaki Baz Castillo wrote: > I didn't know that. Of course making it to work on Mac/BSD is the way to go. The comment...