31 Oct
2018
31 Oct
'18
11:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582 --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (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.