This target:

any '/publicKey' => sub {
  my $c = shift;

  my $publicKey = `gpg --armor --export $FromAddress`;

  $c->render(text => "<pre>$publicKey</pre>");
  censorLogs();

};

When visited will increase the count of processes by one.  Apparently
forever.

regards,

Joe Fridy

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CA%2Bj3PDg%2Byy3u%3Djsxxapf%3DVB64efQzsaikDRyj4iiEhALL71b1w%40mail.gmail.com.

Reply via email to