<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,10 @@ module Rack
       [@status, @header, self]
     end
 
+    def close
+      @body.close if @body.respond_to? :close
+    end
+
     # By default, log to rack.errors.
     def &lt;&lt;(str)
       @env[&quot;rack.errors&quot;].write(str)</diff>
      <filename>lib/rack/commonlogger.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>78ad4dac6abb42b52c9cbbd5e38278d0a032a9bf</id>
    </parent>
  </parents>
  <author>
    <name>Adam Wiggins</name>
    <email>adam@heroku.com</email>
  </author>
  <url>http://github.com/chneukirchen/rack/commit/4703ff2fc027881fb6c069702faf709f2edbed2b</url>
  <id>4703ff2fc027881fb6c069702faf709f2edbed2b</id>
  <committed-date>2008-06-06T17:25:35-07:00</committed-date>
  <authored-date>2008-06-06T17:25:35-07:00</authored-date>
  <message>commonlogger passes through close call (fixes zombie process bug when serving popen responses)</message>
  <tree>b972145074624ed6867c6728726c086f7219b577</tree>
  <committer>
    <name>Adam Wiggins</name>
    <email>adam@heroku.com</email>
  </committer>
</commit>
