https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582
--- Comment #23 from David Cook <[email protected]> --- (In reply to Julian Maurice from comment #21) > 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. Ahhh, I see. I forgot about morbo and hypnotoad. Neither CGI nor PSGI, they're totally bespoke Mojolicious web servers it seems? I guess that's why they would be more optimized for Mojolicious... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
