blob: f92d4ecd85c164d4d098ae63818d1d73d29973e5 [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::TestRequest 'POST_BODY_ASSERT';;
my $location = '/TestFilter__in_str_declined_read';
my $chunk = "1234567890";
my $data = $chunk x 2000;
print POST_BODY_ASSERT $location, content => $data;