William Morgan
2005-Feb-07 22:26 UTC
[rubytorrent-devel] [matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
Matz claims 1.8.3 might be released in April. If we''re lucky, maybe it will have the Windows socket connection fix applied. (Although the patch has been hanging around since last June... but maybe they just needed some prodding. :) ) Then RubyTorrent will be much more usable on Windows. ----- Forwarded message from Yukihiro Matsumoto <matz@ruby-lang.org> ----- Date: Tue, 8 Feb 2005 09:32:52 +0900 From: Yukihiro Matsumoto <matz@ruby-lang.org> To: ruby-talk@ruby-lang.org (ruby-talk ML) Subject: Re: Performance of CGI::Cookie / SimpleDelegator fix Hi, In message "Re: Performance of CGI::Cookie / SimpleDelegator fix" on Tue, 8 Feb 2005 03:10:09 +0900, benny <listen@marcrenearns.de> writes: |just saw this thread on google | |http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/117475 | |apparently this fix didn''t make it into ruby 1.8.2: I will merge the fix to 1.8. Apply the patch or wait for 1.8.3 (which will be released in April, hopefully). matz. --- lib/cgi.rb 1 Nov 2004 23:53:48 -0000 1.68.2.9 +++ lib/cgi.rb 8 Feb 2005 00:32:29 -0000 @@ -772,3 +772,3 @@ class CGI # cookie1.secure = true - class Cookie < SimpleDelegator + class Cookie < DelegateClass(Array) ----- End forwarded message ----- -- William <wmorgan-rubytorrent-devel@masanjin.net>
William Morgan
2005-Feb-22 08:06 UTC
[rubytorrent-devel] [matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
Excerpts from William Morgan''s mail of 7 Feb 2005 (EST):> Matz claims 1.8.3 might be released in April. If we''re lucky, maybe it > will have the Windows socket connection fix applied. (Although the > patch has been hanging around since last June... but maybe they just > needed some prodding. :) )The patch for non-blocking socket connects under Windows in now in the 1.8 branch of CVS. Which means it will also be in 1.8.3. Whoohoo! -- William <wmorgan-rubytorrent-devel@masanjin.net>