https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18315

--- Comment #4 from Francesco Rivetti <[email protected]> ---
this is something i forgot to mention before:

I replaced WrapCGI and CGIBin with Koha::Middleware::App 

It pretty much do the same thing as WrapCGI (fork and require the cgi script)
but instead of having the script building the response, it uses a pipe and
serialize the data back to the parent.

It's the first step to move the logic from the scripts to proper functions.

It handles script exit() properly, and should work properly with other forks,
which make it relevant to Bug 15032

-- 
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/

Reply via email to