public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Add '<<' method to RequestHandler::ResponseSender. Fixes issue #26.
Hongli Lai (Phusion) (author)
Sun Apr 20 01:54:57 -0700 2008
commit  44b298528a5378baad28825620529c835deb7c6c
tree    5254d14525cf25836294e7aa3c9ad038e6ebbafd
parent  ddce16b124b8f8b1abd03916b62cfc3cac7fdacd
...
273
274
275
 
 
 
 
276
277
278
...
273
274
275
276
277
278
279
280
281
282
0
@@ -273,6 +273,10 @@ private
0
     def write(block)
0
       @io.write(block)
0
     end
0
+
0
+ def <<(block)
0
+ @io.write(block)
0
+ end
0
   end
0
   
0
   def process_request(socket)

Comments

    No one has commented yet.