<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -520,7 +520,11 @@ rescue LoadError
       private
 
       def make_body
-        @flagment
+        if @flagment.respond_to? 'force_encoding' then
+          return @flagment.dup.force_encoding('BINARY')
+        else
+          return @flagment
+        end
       end
     end
 </diff>
      <filename>lib/fcgi.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f289d592a135f4112ec4eb54a77fadf7d0c9bb8f</id>
    </parent>
  </parents>
  <author>
    <name>Christian H&#246;ltje</name>
    <email>holtje@vivisimo.com</email>
  </author>
  <url>http://github.com/docwhat/ruby-fcgi/commit/ade9470d01093cb3f0a16d68e58869912d34427e</url>
  <id>ade9470d01093cb3f0a16d68e58869912d34427e</id>
  <committed-date>2009-11-04T12:28:06-08:00</committed-date>
  <authored-date>2009-11-04T12:25:08-08:00</authored-date>
  <message>Fixed encoding error in Ruby 1.9.1

It was returning strings encoded as US-ASCII, but it is about to
become binary data to send to the fastcgi interface.</message>
  <tree>1425f35d836ae2847e35de0dc01bafc15e86df35</tree>
  <committer>
    <name>Christian H&#246;ltje</name>
    <email>docwhat@gerf.org</email>
  </committer>
</commit>
