<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ module Thin
         @sent[key] = true
         value = case value
                 when Time
-                  value.rfc822
+                  value.httpdate
                 when NilClass
                   return
                 else</diff>
      <filename>lib/thin/headers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -35,6 +35,6 @@ describe Headers do
   it 'should format Time values correctly' do
     time = Time.now
     @headers['Modified-At'] = time
-    @headers.to_s.should include(&quot;Modified-At: #{time.rfc822}&quot;)
+    @headers.to_s.should include(&quot;Modified-At: #{time.httpdate}&quot;)
   end
 end
\ No newline at end of file</diff>
      <filename>spec/headers_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b480887998b34e2a6321a60b81b0edb9c60910f4</id>
    </parent>
  </parents>
  <author>
    <name>Aman Gupta</name>
    <email>aman@tmm1.net</email>
  </author>
  <url>http://github.com/tmm1/thin/commit/1e8d503bcfb3adcf781c1b3b1d0a5c665ae1e75e</url>
  <id>1e8d503bcfb3adcf781c1b3b1d0a5c665ae1e75e</id>
  <committed-date>2008-07-27T00:11:49-07:00</committed-date>
  <authored-date>2008-07-27T00:11:49-07:00</authored-date>
  <message>use Time#httpdate</message>
  <tree>a4a6322984be150ce0140a69d0bd81bca48e43b9</tree>
  <committer>
    <name>Aman Gupta</name>
    <email>aman@tmm1.net</email>
  </committer>
</commit>
