Re: gzip compression solr 8.4.1

2020-05-13 Thread ART GALLERY
check out the videos on this website TROO.TUBE don't be such a sheep/zombie/loser/NPC. Much love! https://troo.tube/videos/watch/aaa64864-52ee-4201-922f-41300032f219 On Tue, May 5, 2020 at 3:33 AM Johannes Siegert wrote: > > Hi, > > We did further tests to see where the problem exactly is. These

Re: gzip compression solr 8.4.1

2020-05-05 Thread Johannes Siegert
Hi, We did further tests to see where the problem exactly is. These are our outcomes: The content-length is calculated correctly, a quick test with curl showed this. The problem is that the stream with the gzip data is not fully consumed and afterwards not closed. Using the debugger with a break

gzip compression solr 8.4.1

2020-04-23 Thread Johannes Siegert
Hi, we want to use gzip-compression between our application and the solr server. We use a standalone solr server version 8.4.1 and the prepackaged jetty as application server. We have enabled the jetty gzip module by adding these two files: {path_to_solr}/server/modules/gzip.mod (see below the