<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,8 +3,6 @@
 This package includes a variety of add-on components for Rack, a Ruby web server
 interface:
 
-* Rack::ContentLength - Automatically sets the Content-Length header on
-  all String bodies.
 * Rack::ETag - Automatically sets the ETag header on all String bodies.
 * Rack::JSONP - Adds JSON-P support by stripping out the callback param
   and padding the response with the appropriate callback format.
@@ -44,7 +42,6 @@ components included. The following example shows what a simple rackup
   use Rack::Profiler if ENV['RACK_ENV'] == 'development'
 
   use Rack::ETag
-  use Rack::ContentLength
   use Rack::MailExceptions
 
   run theapp</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,6 @@ module Rack
     end
   end
 
-  autoload :ContentLength,              &quot;rack/content_length&quot;
   autoload :ETag,                       &quot;rack/etag&quot;
   autoload :JSONP,                      &quot;rack/jsonp&quot;
   autoload :LighttpdScriptNameFix,      &quot;rack/lighttpd_script_name_fix&quot;</diff>
      <filename>lib/rack/contrib.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/rack/content_length.rb</filename>
    </removed>
    <removed>
      <filename>test/spec_rack_content_length.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3560ac04491a37cd13a887906120f8bd48f9a687</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </author>
  <url>http://github.com/rtomayko/rack-contrib/commit/aef9ef8c1c8119025a79f134312cc9cda3423ccc</url>
  <id>aef9ef8c1c8119025a79f134312cc9cda3423ccc</id>
  <committed-date>2008-12-09T10:38:28-08:00</committed-date>
  <authored-date>2008-12-09T10:38:28-08:00</authored-date>
  <message>ContentLength has been merged into rack core '5b60d28'</message>
  <tree>2597f864cc9796fbd02445b59cb6f9f9f353fd36</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
