blob: 94b6618756055de96decb6e73d83786d7e7b6c48 [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_read';
my $chunk = "1234567890";
my $data = $chunk x 2000;
print POST_BODY_ASSERT $location, content => $data;