1<%
2  my(@args) = @_;
3  $Response->Clear();
4  print "1111" x 500;
5  return @args;
6%>
7