Added XXX-results.yml
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
index 083d6be..2e7000a 100644 (file)
@@ -49,7 +49,7 @@ sub new {
 
     my $self = {
         buffer         => '',
-        body           => '',
+        body           => undef,
         content_length => $content_length,
         content_type   => $content_type,
         length         => 0,