https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #13 from David Cook <dcook@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.