App-cdnget
view release on metacpan or search on metacpan
lib/App/cdnget/Worker.pm view on Meta::CPAN
}
if (not $out->write($buf, $len))
{
not $! or $!{EPIPE} or $!{ECONNRESET} or $!{EPROTOTYPE} or $self->throw($!);
return;
}
$empty = 0;
}
if ($empty)
{
if (not $out->print("Status: 404\r\n"))
{
not $! or $!{EPIPE} or $!{ECONNRESET} or $!{EPROTOTYPE} or $self->throw($!);
return;
}
}
};
return;
}
sub run
( run in 2.548 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )