Skip to content

Commit

Permalink
Fixed bug #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Totten committed Oct 25, 2012
1 parent ce1a6fb commit 2fe3ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HTTP/Easy.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ method run
}
else
{
$!connection.send(~$str);
$!connection.send(~$res);
}
}
$!connection.close;
Expand Down

0 comments on commit 2fe3ee9

Please sign in to comment.