On Thu, Apr 10, 2008 at 8:37 AM, John Mettraux <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 12:44 AM, Scott <scott> wrote: > > > > expression_pool.rb around line 787 in read_uri... for http get you do > not > > return the result of the get with f.read... it should be f.body.. > > > > f = Rufus::Verbs.fopen uri > > Hi Scott, > > thanks for the hint. > > http://rubyforge.org/tracker/index.php?func=detail&aid=19407&group_id=2609&atid=10025
Hello Scott, I have in fact fixed the issue directly into "rufus-verbs" ( http://github.com/jmettraux/rufus-verbs/commit/1607d9e0a07a9948131aaf00268ffce71acae4c3 ) Upgrading the gem to the 0.9 version fixes the issue. Your local fix should not conflict with an upgrade to rufus-verbs 0.9. Thanks a ton, cheers, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
