Created attachment 257771 [details] git patch Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds "render_file" helper. It does not read file in memory and just streaming it to a client.
Created attachment 257772 [details] corrected git patch the email had not the domain in the commit
Has anyone been able to check this?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=73371e833230d654b633bc191338bf60d2420e07 commit 73371e833230d654b633bc191338bf60d2420e07 Author: diego <teru-sama@riseup.net> AuthorDate: 2025-04-08 07:50:00 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-04-08 09:01:49 +0000 www/p5-Mojolicious-Plugin-RenderFile: New port Mojolicious::Plugin::RenderFile is a Mojolicious plugin that adds "render_file" helper. It does not read file in memory and just streaming it to a client. PR: 284994 Reported by: diego <teru-sama@riseup.net> www/Makefile | 1 + .../Makefile (new) | 23 ++++++++++++++++++++++ .../distinfo (new) | 3 +++ .../pkg-descr (new) | 3 +++ 4 files changed, 30 insertions(+)
^Triage: assign to committer who resolved.