15 Jun
2023
15 Jun
'23
3:19 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31744 --- Comment #14 from David Cook <dcook@prosentient.com.au> --- In the end, the trick was to override AddOutputFilterByType just for inventory.pl. So overall: 1. Don't proxy inventory.pl to Starman/Plack 2. Override AddOutputFilterByType so the DEFLATE compression output filter isn't added 3. At the start of the inventory.pl processing output the HTTP headers and then roughly every 5 seconds print out a NULL character to keep alive the HTTP connection until the HTML template/CSV response is ready to be printed out. -- -- You are receiving this mail because: You are watching all bug changes.