[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
Thu Jun 15 01:34:40 CEST 2023


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

--- Comment #13 from David Cook <dcook at prosentient.com.au> ---
So it seems to me that you can provide "no-gzip" and it won't compress the
response but it still buffers the response:

[Wed Jun 14 23:32:04.176918 2023] [filter:trace2] [pid 15344]
mod_filter.c(185): [client 172.28.0.1:44628] Content-Type condition for
'deflate' matched, referer:
http://localhost:8081/cgi-bin/koha/tools/inventory.pl

[Wed Jun 14 23:32:44.751593 2023] [deflate:trace1] [pid 15344]
mod_deflate.c(624): [client 172.28.0.1:44628] Not compressing (no-gzip),
referer: http://localhost:8081/cgi-bin/koha/tools/inventory.pl

So I reckon we need to not add the DEFLATE filter at all for inventory.pl. Now
I tried this yesterday but for some reason it also turned off the compression
for the Javascript, so I'm going to have another crack at that today...

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


More information about the Koha-bugs mailing list