GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
really truly(?) fix stream_file ?
ezmobius (author)
Mon Mar 31 22:57:00 -0700 2008
commit  42b9b993755943042026a3a9a5a151260404a854
tree    40184b7f109cdaea022b2fe4c0b7f2494c75ff70
parent  c72e235d7d772fff010bc2f5d94ead0cc26e4f61
...
74
75
76
77
 
78
79
80
...
74
75
76
 
77
78
79
80
0
@@ -74,7 +74,7 @@ module Merb
0
           begin
0
             response.status = status.to_i
0
             headers.each { |k, vs|
0
- vs.each { |v|
0
+ vs.to_s.each { |v|
0
                 response.header[k] = v
0
               }
0
             }

Comments

    No one has commented yet.