![]() ![]() | ![]() |
version 1.1, 2013/10/14 10:32:47 | version 1.1.1.2, 2014/06/15 20:20:05 |
---|---|
Line 412 EOF | Line 412 EOF |
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '12345'."\n", 'Content-Type' => 'text/plain' } ]; | $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '12345'."\n", 'Content-Type' => 'text/plain' } ]; |
$t->{SLOWREQUEST} = 1; | $t->{SLOWREQUEST} = 1; |
ok($tf->handle_http($t) == 0, 'GET, slow \\r\\n\\r\\n (#2105)'); | ok($tf->handle_http($t) == 0, 'GET, slow \\r\\n\\r\\n (#2105)'); |
undef $t->{SLOWREQUEST}; | |
print "\nPathinfo for static files\n"; | print "\nPathinfo for static files\n"; |
$t->{REQUEST} = ( <<EOF | $t->{REQUEST} = ( <<EOF |