blob: f22db3b4d9d728efe0c6938707342591d4ee1870 [file] [log] [blame]
# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
use strict;
use warnings FATAL => 'all';
use Apache::TestRequest 'POST_BODY_ASSERT';;
my $location = '/TestFilter__in_str_declined';
my $chunk = "1234567890";
my $data = $chunk x 2000;
print POST_BODY_ASSERT $location, content => $data;