5 Apr
2011
5 Apr
'11
7:37 p.m.
Think I found a bug with Net:HTTP on MacRuby 0.10. Code is here: https://gist.github.com/904320. In a nutshell: * Multiple, concurrent SSL http requests generate a segfault * Multiple, concurrent non-SSL http requests are OK * Multiple, sequential SSL http requests are OK All the scenarios run fine on 1.9.2. Should I file a bug on trac? Andre