diff --git a/lib/HTTP/Easy.pm6 b/lib/HTTP/Easy.pm6 index 532b326..853b4df 100644 --- a/lib/HTTP/Easy.pm6 +++ b/lib/HTTP/Easy.pm6 @@ -108,6 +108,7 @@ method run } } + $!body = Any; if %.env.exists('CONTENT_LENGTH') { ## Use CONTENT_LENGTH to determine the length of data to read. if %.env