summary refs log tree commit
path: root/lib/rack/body_proxy.rb
DateCommit message (Expand)
2014-10-02Fix: `respond_to?` takes 2 arguments
2014-10-02Less allocated objects on each request
2012-11-02Rack::BodyProxy#each, fixes rack/rack#434
2012-11-02Prevent infinite recursions from Response#to_ary
2012-01-13Rack::BodyProxy should execute block even on failures.
2011-10-01Simplify BodyProxy#close to avoid horrible loop conditions in streaming
2011-10-01fix issue with Thin and Rack::BodyProxy on Ruby 1.9.2
2011-06-14block should not be called if IOError raised
2011-06-14let Rack::BodyProxy raise an IOError (like IO and StringIO do) when calling #...
2011-06-14fix BodyProxy#close
2011-06-09BasicObject does not define respond_to?
2011-05-31fix Rack::Lock, use same logic for Rack::CommonLogger