[Koha-bugs] [Bug 31744] Inventory tool can take a long time and never complete

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 14 09:13:24 CEST 2023


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

--- Comment #12 from David Cook <dcook at prosentient.com.au> ---
Turning off the compression turns out to be remarkably challenging.

using the environmental variable of "no-gzip" seems to work when you do a GET
but the POST seemed not to disable the compression which leads to problems
unless you blast 70 bytes presumably to fill some sort of buffer to get things
moving...

Tried turning off compression with a bit more of a heavy hand but then it
disabled compression for Javascript when it should've let it go untouched...

mod_deflate seems a bit buggy overall...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list