31 Oct
2018
31 Oct
'18
9:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582 --- Comment #21 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to David Cook from comment #20)
Jerome and I were chatting in IRC and it seems like $c->req->body might not be properly handling multipart/form-data data.
But could we just take the psgi.input straight from Mojolicious and plug it into CGI::Emulate::PSGI's app callback? I don't see why we couldn't do that in theory.
I don't think we can, psgi.input is defined only when running in a PSGI environment (app run by starman for instance) and $c->req->env is an empty hashref when the app is run by morbo or hypnotoad. -- You are receiving this mail because: You are watching all bug changes.