Tests: perl module.
This commit is contained in:
9
test/perl/body_io_empty/psgi.pl
Normal file
9
test/perl/body_io_empty/psgi.pl
Normal file
@@ -0,0 +1,9 @@
|
||||
use IO::Handle;
|
||||
|
||||
my $app = sub {
|
||||
my ($environ) = @_;
|
||||
|
||||
my $io = IO::Handle->new();
|
||||
|
||||
return ['200', [], $io];
|
||||
};
|
||||
Reference in New Issue
Block a user